Initial boiler plate project
This commit is contained in:
5
node_modules/next/dist/esm/shared/lib/encode-uri-path.js
generated
vendored
Normal file
5
node_modules/next/dist/esm/shared/lib/encode-uri-path.js
generated
vendored
Normal file
@ -0,0 +1,5 @@
|
||||
export function encodeURIPath(file) {
|
||||
return file.split("/").map((p)=>encodeURIComponent(p)).join("/");
|
||||
}
|
||||
|
||||
//# sourceMappingURL=encode-uri-path.js.map
|
||||
Reference in New Issue
Block a user