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 13f209e commit 5cd64ffCopy full SHA for 5cd64ff
next.config.js
@@ -4,7 +4,7 @@ const nextConfig = {
4
images: {
5
unoptimized: true,
6
},
7
- trailingSlash: false,
+ trailingSlash: true,
8
};
9
10
module.exports = nextConfig;
0 commit comments