diff --git a/frontend/resources/templates/render.mustache b/frontend/resources/templates/render.mustache
index 4de213f9ad..67629b075e 100644
--- a/frontend/resources/templates/render.mustache
+++ b/frontend/resources/templates/render.mustache
@@ -14,7 +14,7 @@
{{# manifest}}
-
+
{{/manifest}}
diff --git a/frontend/scripts/_helpers.js b/frontend/scripts/_helpers.js
index c3c9a9d575..240c6b0e45 100644
--- a/frontend/scripts/_helpers.js
+++ b/frontend/scripts/_helpers.js
@@ -207,6 +207,7 @@ async function generateManifest() {
rasterizer_main: "./js/rasterizer.js",
config: "./js/config.js?version=" + VERSION_TAG,
+ config_render: "./js/config-render.js?version=" + VERSION_TAG,
polyfills: "./js/polyfills.js?version=" + VERSION_TAG,
libs: "./js/libs.js?version=" + VERSION_TAG,
default_translations: "./js/translation.en.js?version=" + VERSION_TAG,