aboutsummaryrefslogtreecommitdiffstats
path: root/modules
diff options
context:
space:
mode:
authorPinapelz <yukais@pinapelz.com>2024-01-29 01:38:55 -0800
committerPinapelz <yukais@pinapelz.com>2024-01-29 01:38:55 -0800
commit47f64c9219fa68d45159bdadb0c403f1b374b2fb (patch)
tree4fd39083bb34731635601e176396851efd7d3ad7 /modules
parent1656c388da9e27ca962ded031fdc7b6612b56361 (diff)
update meta tags
Diffstat (limited to 'modules')
-rw-r--r--modules/shared/DefaultHead.tsx39
1 files changed, 0 insertions, 39 deletions
diff --git a/modules/shared/DefaultHead.tsx b/modules/shared/DefaultHead.tsx
deleted file mode 100644
index 55744d9..0000000
--- a/modules/shared/DefaultHead.tsx
+++ /dev/null
@@ -1,39 +0,0 @@
-import React from "react";
-import Head from "next/head";
-
-const K_SITE_NAME = "Ragtag Archive";
-const K_SITE_DESCRIPTION = "Preserving culture, one stream at a time";
-
-type DefaultHeadProps = {
- title?: string;
-};
-
-const DefaultHead = (props: DefaultHeadProps) => (
- <Head>
- <title>
- {props.title ? props.title + " - " : ""}
- {K_SITE_NAME}
- </title>
- <meta name="title" content={K_SITE_NAME} />
- <meta name="description" content={K_SITE_DESCRIPTION} />
- <meta property="og:type" content="website" />
- <meta property="og:url" content="https://archive.ragtag.moe/" />
- <meta property="og:title" content={K_SITE_NAME} />
- <meta
- property="og:image"
- content="https://archive.ragtag.moe/favicon.png"
- />
- <meta property="og:description" content={K_SITE_DESCRIPTION} />
- <meta property="twitter:card" content="summary" />
- <meta property="twitter:url" content="https://archive.ragtag.moe/" />
- <meta property="twitter:title" content={K_SITE_NAME} />
- <meta
- property="twitter:image"
- content="https://archive.ragtag.moe/favicon.png"
- />
- <meta property="twitter:description" content={K_SITE_DESCRIPTION} />
- <meta property="twitter:creator" content="@kitsune_cw" />
- </Head>
-);
-
-export default DefaultHead;
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage