diff --git a/src/pages/_document.jsx b/src/pages/_document.jsx index 5f9e06fbc..61f696567 100644 --- a/src/pages/_document.jsx +++ b/src/pages/_document.jsx @@ -10,9 +10,6 @@ export default function Document() { /> - - - diff --git a/src/pages/index.jsx b/src/pages/index.jsx index b4eb50e18..830f8e7b0 100644 --- a/src/pages/index.jsx +++ b/src/pages/index.jsx @@ -194,9 +194,17 @@ function Home({ initialSettings }) { {initialSettings.title || "Homepage"} {initialSettings.base && } {initialSettings.favicon ? ( - + <> + + + ) : ( - + <> + + + + + )}