We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4fb810b commit e525cadCopy full SHA for e525cad
next.config.mjs
@@ -5,6 +5,7 @@ const withMDX = createMDX();
5
/** @type {import("next").NextConfig} */
6
const config = {
7
"reactStrictMode": true,
8
+ "trailingSlash": true,
9
"output": "export"
10
};
11
0 commit comments