Skip to content

Commit dda35c8

Browse files
fix: add basePath for GitHub Pages subpath
1 parent c7fc674 commit dda35c8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

landing/next.config.ts

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

33
const nextConfig: NextConfig = {
44
output: 'export',
5+
basePath: '/confidant',
56
images: { unoptimized: true },
67
};
78

0 commit comments

Comments
 (0)