Skip to content

Commit

Permalink
Merge pull request #47 from VGVentures/fix/hero
Browse files Browse the repository at this point in the history
fix: optimize and fix hero image paths
  • Loading branch information
jolexxa authored Aug 17, 2024
2 parents 57f3653 + 33071c1 commit 24e79b8
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file modified src/assets/hero/hero_dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/assets/hero/hero_light.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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: "../src/assets/hero/hero_dark.png",
width: 1080,
height: 860,
format: "png",
},
light: {
src: "/src/assets/hero/hero_light.png",
src: "../src/assets/hero/hero_light.png",
width: 1080,
height: 860,
format: "png",
Expand Down

0 comments on commit 24e79b8

Please sign in to comment.