Skip to content

Commit

Permalink
Update social share image and meta (#72)
Browse files Browse the repository at this point in the history
* Update social share image and meta

* fmt
  • Loading branch information
franknoirot authored Dec 20, 2023
1 parent 7efc8df commit 8eab3f0
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions src/app.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,35 @@
<link rel="icon" type="image/png" sizes="16x16" href="%sveltekit.assets%/favicon-16x16.png" />
<link rel="manifest" href="%sveltekit.assets%/site.webmanifest" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Zoo Text-to-CAD UI" />
<meta name="twitter:site" content="@zoodotdev" />
<meta
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:alt"
content="An interface for generating CAD files through text prompts."
/>
<meta name="twitter:creator" content="@zoodotdev" />
<meta name="twitter:domain" content="https://zoo.dev" />
<meta name="twitter:url" content="https://text-to-cad.zoo.dev" />

<meta property="og:site_name" content="Zoo" />
<meta property="og:url" content="https://text-to-cad.zoo.dev" />
<meta name="title" property="og:title" content="Zoo Text-to-CAD UI" />
<meta
name="description"
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:secure_url"
content="https://text-to-cad.zoo.dev/zoo-text-to-cad-social.jpg"
/>
%sveltekit.head%
</head>
<body data-sveltekit-preload-data="hover">
Expand Down
Binary file added static/zoo-text-to-cad-social.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 8eab3f0

Please sign in to comment.