We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ce772b commit d5e7d32Copy full SHA for d5e7d32
1 file changed
next.config.ts
@@ -1,8 +1,9 @@
1
import type { NextConfig } from "next";
2
3
const nextConfig: NextConfig = {
4
- output: "standalone"
5
- /* config options here */
+ output: "standalone",
+ basePath: "/seb-documentation",
6
+ assetPrefix: "/seb-documentation",
7
};
8
9
export default nextConfig;
0 commit comments