diff --git a/packages/pages/src/common/src/template/hydration.ts b/packages/pages/src/common/src/template/hydration.ts index 366217eba..fe9515ba9 100644 --- a/packages/pages/src/common/src/template/hydration.ts +++ b/packages/pages/src/common/src/template/hydration.ts @@ -154,7 +154,7 @@ export const getIndexTemplateDev = ( ); commonIndex = injectIntoEndOfHead( commonIndex, - `` + `` ); return commonIndex;