forked from mmmgtc/meme-museum
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnext-seo.config.js
More file actions
26 lines (25 loc) · 750 Bytes
/
Copy pathnext-seo.config.js
File metadata and controls
26 lines (25 loc) · 750 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
/** @type {import('next-seo').DefaultSeoProps} */
const defaultSEOConfig = {
title: "MEMES.PARTY",
titleTemplate: "%s | MEMES.PARTY",
defaultTitle: "MEMES.PARTY",
description: "Upload, upvote and downvote your best memes!",
canonical: "https://memes.party",
openGraph: {
url: "https://memes.party",
title: "MEMES.PARTY",
description: "Upload, upvote and downvote your best memes!",
images: [
{
url: "https://bafybeicejjr2sgursyasjphtzf4s63pq4gswx7qwv6lumxv6myunoe4nyi.ipfs.dweb.link/memes-party.png",
alt: "MEMES.PARTY og-image",
},
],
site_name: "MEMES.PARTY",
},
twitter: {
handle: "@gitcoindao",
cardType: "summary_large_image",
},
};
export default defaultSEOConfig;