Skip to content

Commit

Permalink
Merge branch 'main' into feat/print-stylesheet
Browse files Browse the repository at this point in the history
  • Loading branch information
tony-sull authored Jun 5, 2023
2 parents 0b8425e + db9eb7a commit 5821c94
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@ export default defineConfig({
},
{
tag: 'meta',
attrs: { property: 'og:image', content: site + 'og.jpg' },
attrs: { property: 'og:image', content: site + 'og.jpg?v=1' },
},
{
tag: 'meta',
attrs: { property: 'twitter:image', content: site + 'og.jpg' },
attrs: { property: 'twitter:image', content: site + 'og.jpg?v=1' },
},
],
customCss: process.env.NO_GRADIENTS ? [] : ['/src/assets/landing.css'],
Expand Down

0 comments on commit 5821c94

Please sign in to comment.