From 0d627e3fc79477a06bb6e1a113837b991ddb2032 Mon Sep 17 00:00:00 2001 From: Gemini AI Date: Mon, 29 Dec 2025 13:59:10 +0400 Subject: [PATCH] fix: add assetPrefix for better cross-browser CSS loading --- next.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/next.config.js b/next.config.js index 4bda044..f228a3c 100644 --- a/next.config.js +++ b/next.config.js @@ -2,6 +2,7 @@ const nextConfig = { reactStrictMode: true, basePath: '/tools/promptarch', + assetPrefix: '/tools/promptarch', trailingSlash: true, };