Skip to content

Commit

Permalink
auto ogImage generation when no hero image is defined (#314)
Browse files Browse the repository at this point in the history
* auto ogImage generation when no hero image is defined

* remove unused assets and update favicon to latest version

* test: disable astro check

* test

* fix fonts

* test

* test

* test

* update fonts on og image

* test

* update

* update biome

* fix

* add variant support for ogimages
  • Loading branch information
Adammatthiesen authored Oct 2, 2024
1 parent 2eb2fd8 commit 4ed7a33
Show file tree
Hide file tree
Showing 25 changed files with 589 additions and 129 deletions.
2 changes: 1 addition & 1 deletion biome.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"files": {
"ignoreUnknown": true,
"ignore": ["**/.astro/**", "**/package.json", "**/dist/**"]
"ignore": ["**/.astro/**", "**/package.json", "**/dist/**", "**/ogBackgrounds/**"]
},
"formatter": {
"lineWidth": 100,
Expand Down
Loading

0 comments on commit 4ed7a33

Please sign in to comment.