remove comment

This commit is contained in:
Niels Lyngsø
2023-05-17 10:07:04 +02:00
parent 227456f9cf
commit b1db6e3562

View File

@@ -1,6 +1,5 @@
export const encodeFolderName = (path: string) =>
encodeURIComponent(path.toLowerCase().replace(/\s+/g, '-'))
//.replace(/-/g, '%2D')
.replace(/_/g, '-')
.replace(/\./g, '-')
.replace(/!/g, '-')