upload image option (#64)
This commit is contained in:
@@ -4,3 +4,8 @@ export const smallNanoid = customAlphabet(
|
||||
"1234567890abcdefghijklmnopqrstuvwxyz",
|
||||
10
|
||||
);
|
||||
|
||||
export const nanoid = customAlphabet(
|
||||
"1234567890abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ",
|
||||
21
|
||||
);
|
||||
|
Reference in New Issue
Block a user