From a72ab08b2c9c732d9206c739f671bd8873abc5e7 Mon Sep 17 00:00:00 2001 From: Pauline Date: Tue, 1 Oct 2024 20:55:53 +0100 Subject: [PATCH] Update asset prefix for custom base path --- next.config.js | 1 + 1 file changed, 1 insertion(+) 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 || "", }