From e1bced2c7b86184a37f519ad81dbebe6fbae64e6 Mon Sep 17 00:00:00 2001 From: Anthony Potdevin Date: Wed, 12 Aug 2020 09:12:58 +0200 Subject: [PATCH] =?UTF-8?q?fix:=20=F0=9F=90=9B=20assets=20with=20base=20pa?= =?UTF-8?q?th?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- next.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/next.config.js b/next.config.js index d25efb23..6c99b88e 100644 --- a/next.config.js +++ b/next.config.js @@ -5,6 +5,7 @@ const withBundleAnalyzer = require('@next/bundle-analyzer')({ module.exports = withBundleAnalyzer({ poweredByHeader: false, + assetPrefix: process.env.BASE_PATH || '', serverRuntimeConfig: { nodeEnv: process.env.NODE_ENV || 'development', logLevel: process.env.LOG_LEVEL || 'info',