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 5b20995 commit 5adadcdCopy full SHA for 5adadcd
next.config.mjs
@@ -1,6 +1,8 @@
1
/** @type {import('next').NextConfig} */
2
const nextConfig = {
3
output: 'export',
4
+ basePath: '', // No subdirectory
5
+ assetPrefix: './', // Ensures assets load correctly
6
// Your Next.js configuration options
7
};
8
0 commit comments