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 45a493a + 0aebf16 commit efd1619Copy full SHA for efd1619
1 file changed
next.config.mjs
@@ -6,8 +6,8 @@ const nextConfig = {
6
? {
7
output: 'export',
8
distDir: 'out',
9
- basePath: '/hackhub.stability.nexus',
10
- assetPrefix: '/hackhub.stability.nexus',
+ basePath: '/HackHub-WebUI',
+ assetPrefix: '/HackHub-WebUI',
11
trailingSlash: false,
12
images: { unoptimized: true },
13
}
0 commit comments