From 054add782531f7dd54ce56873d74fcc990053eb6 Mon Sep 17 00:00:00 2001 From: Primakov Alexandr Alexandrovich Date: Fri, 24 Oct 2025 12:28:19 +0300 Subject: [PATCH] Update webpack publicPath to use production CDN URL for asset delivery. --- ijl.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ijl.config.js b/ijl.config.js index d8903b1..73c77ff 100644 --- a/ijl.config.js +++ b/ijl.config.js @@ -17,7 +17,7 @@ module.exports = { webpackConfig: { output: { publicPath: isProd - ? '/' + ? 'https://static.brojs.ru/landing/main/' : `/static/${pkg.name}/${process.env.VERSION || pkg.version}/`, }, plugins: [