From d7116bbff9aff7f2111669b47ebe22c6eb451e64 Mon Sep 17 00:00:00 2001 From: Lucid Kobold Date: Fri, 31 Dec 2021 09:21:57 -0600 Subject: [PATCH] Add logo to metadata. --- pages/_document.tsx | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/pages/_document.tsx b/pages/_document.tsx index 01b31db..855dab3 100644 --- a/pages/_document.tsx +++ b/pages/_document.tsx @@ -7,18 +7,20 @@ 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.svg"; + class Document extends NextDocument { render(): JSX.Element { return ( - - + + - + @@ -26,7 +28,7 @@ class Document extends NextDocument { - +