From 526bb30d0a8f6dcc2953e17506f0a4026f76bf45 Mon Sep 17 00:00:00 2001
From: goodroot <9484709+goodroot@users.noreply.github.com>
Date: Mon, 2 Dec 2024 09:15:29 -0800
Subject: [PATCH] return favicon
---
src/internals/ssr.template.js | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/src/internals/ssr.template.js b/src/internals/ssr.template.js
index c0d04d37..8bc83fa9 100644
--- a/src/internals/ssr.template.js
+++ b/src/internals/ssr.template.js
@@ -10,11 +10,11 @@ module.exports = ({ customFields, favicon, organizationName, url }) => `
-
-
-
-
-
+
+
+
+
+
<%~ it.headTags %>
<% it.metaAttributes.forEach((metaAttribute) => { %>
<%~ metaAttribute %>