Skip to content

Commit e7cfd7b

Browse files
committed
Remove base path completely
1 parent 3f885cc commit e7cfd7b

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

next.config.ts

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

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

97
export default nextConfig;

0 commit comments

Comments
 (0)