Skip to content

Commit 3f885cc

Browse files
committed
CICD pipeline
1 parent 7943372 commit 3f885cc

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

next.config.ts

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

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

89
export default nextConfig;

0 commit comments

Comments
 (0)