diff --git a/public/apple-touch-icon.png b/public/apple-touch-icon.png new file mode 100644 index 00000000..930dcc34 Binary files /dev/null and b/public/apple-touch-icon.png differ diff --git a/public/icon-512x512.png b/public/icon-512x512.png new file mode 100644 index 00000000..866552e5 Binary files /dev/null and b/public/icon-512x512.png differ diff --git a/public/icon.png b/public/icon.png new file mode 100644 index 00000000..69386467 Binary files /dev/null and b/public/icon.png differ diff --git a/public/mask-icon.svg b/public/mask-icon.svg new file mode 100644 index 00000000..570e1680 --- /dev/null +++ b/public/mask-icon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/og.png b/public/og.png index a4d1a185..ab7b65c6 100644 Binary files a/public/og.png and b/public/og.png differ diff --git a/src/utils/next-seo.ts b/src/utils/next-seo.ts index eecdf87c..045c614a 100644 --- a/src/utils/next-seo.ts +++ b/src/utils/next-seo.ts @@ -2,10 +2,11 @@ import { DefaultSeoProps } from "next-seo"; export const defaultSeoProps: DefaultSeoProps = { canonical: "https://metaneno.art/", - description: "Description", + description: + "怪しげなクリームソーダを飲んでゆるふわ可愛い世界にトリップ!この世界にはイラストが沢山!キャラクターとの会話を楽しみながら不思議な世界を引きこもりちゃんと一緒に探検しよ♫", nofollow: true, // Top ページ以外は基本 nofollow にする noindex: true, // Top ページ以外は基本 noindex にする - title: "Title", + title: "めたねのおくすり個展 クリームソーダの夢路を覗いて | めたねのあーと", // Twitter twitter: { @@ -18,17 +19,18 @@ export const defaultSeoProps: DefaultSeoProps = { // OGP openGraph: { - description: "Description (Open Graph)", + description: + "怪しげなクリームソーダを飲んでゆるふわ可愛い世界にトリップ!この世界にはイラストが沢山!キャラクターとの会話を楽しみながら不思議な世界を引きこもりちゃんと一緒に探検しよ♫", images: [ { - height: 320, + height: 630, url: "https://metaneno.art/og.png", - width: 640, + width: 1200, }, ], locale: "ja_JP", - site_name: "Site Name", - title: "Title (Open Graph)", + site_name: "めたねのあーと", + title: "めたねのおくすり個展 クリームソーダの夢路を覗いて", type: "website", url: "https://metaneno.art/", },