Skip to content

Commit

Permalink
fix: correct paths for static assets
Browse files Browse the repository at this point in the history
  • Loading branch information
nik-rev committed Dec 11, 2024
1 parent f5c9503 commit 77f9cc2
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,20 @@ export default defineConfig({
content: "/helix-golf/og.jpg",
},
},
{
tag: "meta",
attrs: {
name: "description",
content: "Helix Editor Refactor Examples",
},
},
{
tag: "meta",
attrs: {
property: "og:description",
content: "Helix Editor Refactor Examples",
},
},
],
title: "Helix Golf ⛳",
social: {
Expand Down
File renamed without changes
File renamed without changes

0 comments on commit 77f9cc2

Please sign in to comment.