Skip to content

Commit 4654678

Browse files
committed
try asset prefix
1 parent be0d727 commit 4654678

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

next.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@
22
const nextConfig = {
33
output: "export",
44
basePath: process.env.BASE_PATH,
5+
assetPrefix: process.env.BASE_PATH,
56
};
67
module.exports = nextConfig;

0 commit comments

Comments
 (0)