Skip to content

Commit b2a8068

Browse files
small change
1 parent dae68a8 commit b2a8068

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

next.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const config = {
1515
return [];
1616
},
1717
output: "export",
18-
distDir: "/out",
18+
distDir: "./out",
1919
};
2020

2121
module.exports = config;

0 commit comments

Comments
 (0)