diff --git a/next.config.js b/next.config.js index f17f497..47697e1 100644 --- a/next.config.js +++ b/next.config.js @@ -2,4 +2,5 @@ module.exports = { reactStrictMode: true, basePath: process.env.BASE_PATH || "", + assetPrefix: process.env.BASE_PATH || "", }