We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad75be0 commit fb8be03Copy full SHA for fb8be03
next.dynamic.mjs
@@ -46,6 +46,7 @@ const getAllPaths = async () => {
46
if (path.length > 1 && path.endsWith(sep)) {
47
path = path.substring(0, path.length - 1);
48
}
49
+
50
return {
51
pathname: normalize(path),
52
filename: filename,
0 commit comments