remove comment
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
export const encodeFolderName = (path: string) =>
|
||||
encodeURIComponent(path.toLowerCase().replace(/\s+/g, '-'))
|
||||
//.replace(/-/g, '%2D')
|
||||
.replace(/_/g, '-')
|
||||
.replace(/\./g, '-')
|
||||
.replace(/!/g, '-')
|
||||
|
||||
Reference in New Issue
Block a user