Skip to content

Commit

Permalink
Make meta img URLs aboslute (#102)
Browse files Browse the repository at this point in the history
* Make meta img URLs aboslute

* Just use the primary domain, magic string resolves to `./`
  • Loading branch information
franknoirot authored Jan 19, 2024
1 parent 468cc70 commit e4f2bf5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
name="twitter:description"
content="An interface for generating CAD files through text prompts."
/>
<meta name="twitter:image" content="/zoo-text-to-cad-social.jpg" />
<meta name="twitter:image" content="https://text-to-cad.zoo.dev/zoo-text-to-cad-social.jpg" />
<meta
name="twitter:image:alt"
content="An interface for generating CAD files through text prompts."
Expand All @@ -39,7 +39,7 @@
property="og:description"
content="An interface for generating CAD files through text prompts."
/>
<meta property="og:image" content="/zoo-text-to-cad-social.jpg" />
<meta property="og:image" content="https://text-to-cad.zoo.dev/zoo-text-to-cad-social.jpg" />
<meta
property="og:image:secure_url"
content="https://text-to-cad.zoo.dev/zoo-text-to-cad-social.jpg"
Expand Down

0 comments on commit e4f2bf5

Please sign in to comment.