Skip to content

Commit 359c408

Browse files
committed
chores: assetPrefix add
1 parent 8a42bb0 commit 359c408

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

next.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ const nextConfig: NextConfig = {
88
output: "export",
99
...(isProd && {
1010
basePath: `/${repo}`,
11+
assetPrefix: `/${repo}`,
1112
}),
1213
};
1314

0 commit comments

Comments
 (0)