Skip to content

Commit 5adadcd

Browse files
Update next.config.mjs
1 parent 5b20995 commit 5adadcd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

next.config.mjs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
/** @type {import('next').NextConfig} */
22
const nextConfig = {
33
output: 'export',
4+
basePath: '', // No subdirectory
5+
assetPrefix: './', // Ensures assets load correctly
46
// Your Next.js configuration options
57
};
68

0 commit comments

Comments
 (0)