Skip to content

Commit

Permalink
Merge pull request #74
Browse files Browse the repository at this point in the history
Improve domain
  • Loading branch information
botmaster authored Jan 17, 2024
2 parents 2dc3378 + 22f9275 commit 1d14395
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,19 @@ export default defineNuxtConfig({
},
{
property: 'og:image',
content: 'https://www.pascal-achard.com/images/social/social-fb.jpg',
content: `${process.env.NUXT_PUBLIC_SITE_URL}/images/social/social-fb.jpg`,
},
{
property: 'og:url',
content: 'https://www.pascal-achard.com',
content: process.env.NUXT_PUBLIC_SITE_URL,
},
{
property: 'og:type',
content: 'website',
},
{
property: 'twitter:image',
content: 'https://www.pascal-achard.com/images/social/social-fb.jpg',
content: `${process.env.NUXT_PUBLIC_SITE_URL}/images/social/social-fb.jpg`,
},
{
name: 'msapplication-TileColor',
Expand Down

0 comments on commit 1d14395

Please sign in to comment.