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.
2 parents 14f3f5b + a8602ba commit ba07475Copy full SHA for ba07475
1 file changed
next.config.mjs
@@ -6,8 +6,8 @@ const nextConfig = {
6
? {
7
output: 'export',
8
distDir: 'out',
9
- basePath: '/HackHub-WebUI',
10
- assetPrefix: '/HackHub-WebUI/',
+ basePath: '/HackHub',
+ assetPrefix: '/HackHub/',
11
images: { unoptimized: true },
12
}
13
: {
0 commit comments