Skip to content

Commit

Permalink
fix: og underfined var in link preview but for real this time
Browse files Browse the repository at this point in the history
  • Loading branch information
tikagan committed Jul 9, 2023
1 parent 789611f commit 48c8a99
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion content/core/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Learn about products, tools and incentive programs that drive and make data storage on Filecoin more accessible."
},
"og": {
"title": "Data Programs",
"site_name": "Data Programs",
"url": "https://data-programs.org",
"type": "website",
"image": "/images/data-programs-open-graph.png"
Expand Down
5 changes: 2 additions & 3 deletions nuxt.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ export default {
nodeEnv: process.env.NODE_ENV,
serverEnv: process.env.SERVER_ENV,
seo: {
siteName: 'AU Nuxt Static Boilerplate',
siteUrl: 'https://au-nuxt-static.on.fleek.co'
siteName: 'Data Programs',
siteUrl: 'https://data-programs.org'
},
redirects: []
},
Expand All @@ -30,7 +30,6 @@ export default {
// /////////////////////////////////////////////////////// Headers of the Page
// ---------------------------------------------------------------------------
head: {
title: 'Data Programs',
meta: [
{ charset: 'utf-8' },
{ name: 'viewport', content: 'width=device-width, initial-scale=1' }
Expand Down

0 comments on commit 48c8a99

Please # to comment.