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