Skip to content

Commit d5e7d32

Browse files
committed
CICD pipeline adjust base path for CD
1 parent 1ce772b commit d5e7d32

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

next.config.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
import type { NextConfig } from "next";
22

33
const nextConfig: NextConfig = {
4-
output: "standalone"
5-
/* config options here */
4+
output: "standalone",
5+
basePath: "/seb-documentation",
6+
assetPrefix: "/seb-documentation",
67
};
78

89
export default nextConfig;

0 commit comments

Comments
 (0)