We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a868e6a commit f10e91eCopy full SHA for f10e91e
docs/next.config.js
@@ -6,6 +6,7 @@ const withNextra = require('nextra')({
6
module.exports = withNextra(/** @type {import('next').NextConfig} */({
7
output: 'export',
8
reactStrictMode: true,
9
+ trailingSlash: true,
10
images: {
11
unoptimized: true
12
}
0 commit comments