From 36da70b20b204985e898fe72ae0cadd875df3aa7 Mon Sep 17 00:00:00 2001 From: Oleksii Bulenok Date: Mon, 10 Aug 2026 13:52:04 +0200 Subject: [PATCH] baseUrl chunks imports --- app.config.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app.config.js b/app.config.js index bc1de0b2d7..aec7638783 100644 --- a/app.config.js +++ b/app.config.js @@ -477,6 +477,9 @@ module.exports = function (_config) { projectId: '55bd077a-d905-4184-9c7f-94789ba0f302', }, }, + experiments: { + baseUrl: '/static', + }, }, } }