diff --git a/src/templates/prefetch.mustache b/src/templates/prefetch.mustache index 757a10cb..05134ac4 100644 --- a/src/templates/prefetch.mustache +++ b/src/templates/prefetch.mustache @@ -31,7 +31,7 @@ var language = '{LANG}'; var languageKey = 'LANG'; if (language !== `{${languageKey}}`) { - resList.push('{{{localizationPattern}}}'); + resList.push(`{{{localizationPattern}}}`); } var dynamicContentPath = '{DYNAMIC_CONTENT_PATH}';