diff --git a/public/images/SPD-arrows.svg b/public/images/SPD-arrows.svg new file mode 100644 index 0000000..f9ecf75 --- /dev/null +++ b/public/images/SPD-arrows.svg @@ -0,0 +1,13 @@ + \ No newline at end of file diff --git a/src/app/layout.tsx b/src/app/layout.tsx index a8d4b96..8ba4a04 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -34,8 +34,44 @@ export default function RootLayout({ return [client, ssr]; }, []); + const title = "Nazi Site Patrol Stats"; + const description = + "A website to display various stats for the Nazi Site Patrol bot for Telegram. Developed and maintained by Werewolf Kid Creations."; + const url = "https://bot-stats.werewolfkid.monster"; + const img = "/images/SPD-arrows.svg"; + const domain = "werewolfkid.monster"; + return ( +