diff --git a/server/routes/app.ts b/server/routes/app.ts index 6825f7cdbe..a25417563c 100644 --- a/server/routes/app.ts +++ b/server/routes/app.ts @@ -113,18 +113,18 @@ export const renderApp = async ( let headTags = ` - + `; if (options.isShare) { headTags += ` - + `; } else { headTags += prefetchTags;