From 78879ca2925bd2334f90e6fabdc887bb527a79f2 Mon Sep 17 00:00:00 2001 From: Bill Thornton Date: Mon, 23 Jun 2025 18:13:49 -0400 Subject: [PATCH] Fix path references in themes --- webpack.common.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webpack.common.js b/webpack.common.js index ad0019a0e5..e571fe3e35 100644 --- a/webpack.common.js +++ b/webpack.common.js @@ -319,7 +319,7 @@ const config = { { loader: MiniCssExtractPlugin.loader, options: { - publicPath: '/' + publicPath: '../../' } }, 'css-loader',