Skip to content

Commit

Permalink
fix: try using public hero images
Browse files Browse the repository at this point in the history
  • Loading branch information
jolexxa committed Aug 17, 2024
1 parent 33071c1 commit ffd5532
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
File renamed without changes
File renamed without changes
4 changes: 2 additions & 2 deletions src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ import GithubCard from "~/components/github_card/github-card.astro";
tagline: "A comprehensive guide to building better software, faster.",
image: {
dark: {
src: "../src/assets/hero/hero_dark.png",
src: "/hero/hero_dark.png",
width: 1080,
height: 860,
format: "png",
},
light: {
src: "../src/assets/hero/hero_light.png",
src: "/hero/hero_light.png",
width: 1080,
height: 860,
format: "png",
Expand Down

0 comments on commit ffd5532

Please sign in to comment.