1 parent 7943372 commit 3f885ccCopy full SHA for 3f885cc
1 file changed
next.config.ts
@@ -2,7 +2,8 @@ import type { NextConfig } from "next";
2
3
const nextConfig: NextConfig = {
4
output: "standalone",
5
- basePath: "/seb-documentation"
+ basePath: "/seb-documentation",
6
+ assetPrefix: "/seb-documentation",
7
};
8
9
export default nextConfig;
0 commit comments