Skip to content

Commit

Permalink
feat(site): add preview image
Browse files Browse the repository at this point in the history
  • Loading branch information
juanrgm committed Nov 15, 2024
1 parent 629d0bd commit 9accb38
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions packages/site/astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,15 @@ export default defineConfig({
social: {
github: "https://github.com/swordev/dreamkit",
},
head: [
{
tag: "meta",
attrs: {
property: "og:image",
content: "https://dreamkit.dev/assets/preview.png",
},
},
],
sidebar: [
{
label: "Get started",
Expand Down
Binary file added packages/site/public/preview.png
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 9accb38

Please sign in to comment.