Skip to content

Commit fb8be03

Browse files
Update next.dynamic.mjs
Co-authored-by: Claudio Wunder <[email protected]> Signed-off-by: Brian Muenzenmeyer <[email protected]>
1 parent ad75be0 commit fb8be03

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

next.dynamic.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ const getAllPaths = async () => {
4646
if (path.length > 1 && path.endsWith(sep)) {
4747
path = path.substring(0, path.length - 1);
4848
}
49+
4950
return {
5051
pathname: normalize(path),
5152
filename: filename,

0 commit comments

Comments
 (0)