-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathseo.json
More file actions
23 lines (23 loc) · 763 Bytes
/
Copy pathseo.json
File metadata and controls
23 lines (23 loc) · 763 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"title": "A p5.js Next.js/React boilerplate",
"description": "A p5.js Next.js/React boilerplate w/ Typescript created by Michael Kontogiannis (https://m.kontogiannis.org)",
"openGraph": {
"title": "A p5.js Next.js/React boilerplate",
"description": "A p5.js Next.js/React boilerplate w/ Typescript created by Michael Kontogiannis (https://m.kontogiannis.org)",
"type": "website",
"locale": "en_IE",
"url": "https://p5-js-next-js.vercel.app/",
"site_name": "A p5.js Next.js/React boilerplate",
"images": [
{
"url": "/assets/p5js-card.png",
"width": 400,
"height": 200,
"alt": "A p5.js Next.js/React boilerplate"
}
]
},
"twitter": {
"cardType": "summary_large_image"
}
}