From 6c912321f9208951122acfe33629d43468938502 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 22787090bb..42710e534e 100644 --- a/app.config.js +++ b/app.config.js @@ -458,6 +458,9 @@ module.exports = function (_config) { projectId: '55bd077a-d905-4184-9c7f-94789ba0f302', }, }, + experiments: { + baseUrl: '/static', + }, }, } }