Skip to content

Commit 50923cf

Browse files
committed
feat: add metadata
1 parent a3e14ae commit 50923cf

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

content/core/general.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"seo": {
33
"title": "Singularity",
4-
"description": ""
4+
"description": "Singularity facilitates onboarding of large quantaties of data (PB-scale) to the Filecoin network in an efficient, secure, and flexible way."
55
},
66
"og": {
77
"site_name": "Singularity",
8-
"url": "",
8+
"url": "https://singularity.storage",
99
"type": "website",
1010
"image": "/images/open-graph.png"
1111
},

content/core/index.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"seo": {
33
"title": "Singularity",
4-
"description": ""
4+
"description": "Singularity facilitates onboarding of large quantaties of data (PB-scale) to the Filecoin network in an efficient, secure, and flexible way."
55
},
66
"og": {
77
"site_name": "Singularity",
8-
"url": "",
8+
"url": "https://singularity.storage",
99
"type": "website",
1010
"image": "/images/open-graph.png"
1111
},

nuxt.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const frontendPort = 10050
1212

1313
const seo = {
1414
siteName: 'Singularity',
15-
description: 'Get a Nuxt 3 site up and running fast 🚀'
15+
description: 'Singularity facilitates onboarding of large quantaties of data (PB-scale) to the Filecoin network in an efficient, secure, and flexible way.'
1616
}
1717

1818
// ////////////////////////////////////////////////////////////////////// Export

0 commit comments

Comments
 (0)