We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca063aa commit 978cf7cCopy full SHA for 978cf7c
1 file changed
next.config.js
@@ -4,7 +4,6 @@ const nextConfig = {
4
images: {
5
unoptimized: true, // Required for static export
6
},
7
- basePath: '', // Empty basePath since we're using the organization's root domain
8
trailingSlash: true, // Recommended for static exports
9
}
10
0 commit comments