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 754a723 commit a10183eCopy full SHA for a10183e
next.config.mjs
@@ -7,6 +7,7 @@ const config = {
7
reactStrictMode: true,
8
output: 'export',
9
images: { unoptimized: true },
10
+ trailingSlash: true,
11
};
12
13
export default withMDX(config);
0 commit comments