There was an error while loading. Please reload this page.
2 parents 12cf561 + bb6e155 commit 4b39c00Copy full SHA for 4b39c00
1 file changed
next.config.ts
@@ -3,6 +3,7 @@ import type { NextConfig } from "next";
3
const nextConfig: NextConfig = {
4
output: "export",
5
distDir: "dist",
6
+ basePath: "/web",
7
images: {
8
unoptimized: true,
9
},
0 commit comments