From e5b759804cda649f63d7ef206525fd989b3eecf3 Mon Sep 17 00:00:00 2001 From: Lucid Kobold Date: Fri, 31 Dec 2021 10:02:26 -0600 Subject: [PATCH] Seperated the two images. OG doesn't support SVG. Browsers do. --- pages/_document.tsx | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/pages/_document.tsx b/pages/_document.tsx index 022816b..9254eaa 100644 --- a/pages/_document.tsx +++ b/pages/_document.tsx @@ -7,7 +7,8 @@ const description = // "Behavior and progress tracker for ABDLs and babyfurs alike. Track multiple littles and create any trackers you would like."; "Pre-alpha preview of the behavior and progress tracker for ABDLs and babyfurs."; -const logo = "/images/logo.png"; +const logo = "images/logo.svg" +const logoOG = "/images/logo.png"; class Document extends NextDocument { render(): JSX.Element { @@ -20,7 +21,7 @@ class Document extends NextDocument { - + @@ -28,7 +29,7 @@ class Document extends NextDocument { - +