diff --git a/.github/workflows/assets/client/vue.config-builder.js b/.github/workflows/assets/client/vue.config-builder.js index 003589aa5..c354f807a 100644 --- a/.github/workflows/assets/client/vue.config-builder.js +++ b/.github/workflows/assets/client/vue.config-builder.js @@ -123,7 +123,11 @@ module.exports = ({ appFlavour, appLabel, version = process.env.BUILD_VERSION, t hot: false, proxy: { - '^/custom.css': { + '^/custom.css': { + target: fetchBaseUrl(), + }, + + '^/code-snippets.js': { target: fetchBaseUrl(), }, }, diff --git a/client/web/admin/public/index.html b/client/web/admin/public/index.html index 30963a7c9..0ec5de43e 100644 --- a/client/web/admin/public/index.html +++ b/client/web/admin/public/index.html @@ -28,5 +28,8 @@
+ + +