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 5325ebd + 74b058c commit 1544fbaCopy full SHA for 1544fba
1 file changed
next.config.mjs
@@ -7,19 +7,9 @@ const nextConfig = {
7
? {
8
output: 'export',
9
distDir: 'out',
10
- images: {
11
- unoptimized: true,
12
- remotePatterns: [
13
- {
14
- protocol: 'https',
15
- hostname: '**',
16
- },
17
18
- protocol: 'http',
19
20
21
- ],
22
+ basePath: '',
+ assetPrefix: '/HackHub-WebUI/',
+ images: { unoptimized: true },
23
}
24
: {
25
// Keep dev output in .next to avoid self-triggering file watchers
0 commit comments