From 612f539a5254b8193141282fc9d6c82fa063d66e Mon Sep 17 00:00:00 2001 From: Pauline Date: Tue, 1 Oct 2024 21:26:02 +0100 Subject: [PATCH] Update asset prefix for custom base path --- next.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/next.config.js b/next.config.js index 47697e1..df3e903 100644 --- a/next.config.js +++ b/next.config.js @@ -2,5 +2,5 @@ module.exports = { reactStrictMode: true, basePath: process.env.BASE_PATH || "", - assetPrefix: process.env.BASE_PATH || "", + assetPrefix: '/kratos-ui/', }