Skip to content
This repository has been archived by the owner on Oct 3, 2023. It is now read-only.

Commit

Permalink
ダミーの画像、meta タグの内容を設定する
Browse files Browse the repository at this point in the history
  • Loading branch information
calmery committed Nov 10, 2020
1 parent 5b6123f commit 70ef453
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 7 deletions.
Binary file added public/apple-touch-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/icon-512x512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions public/mask-icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/og.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 9 additions & 7 deletions src/utils/next-seo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand All @@ -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/",
},
Expand Down

0 comments on commit 70ef453

Please sign in to comment.