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 { - +