Skip to content

Commit

Permalink
Merge pull request #39 from trueberryless-org/about
Browse files Browse the repository at this point in the history
Change image in About section
  • Loading branch information
trueberryless authored Dec 5, 2024
2 parents a107449 + 4ddefe4 commit cec8830
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/rotten-brooms-tease.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"trueberryless": patch
---

Adapt About image
Binary file added src/src/assets/about/about-1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
5 changes: 4 additions & 1 deletion src/src/pages/about.astro
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
---
// import type { ImageMetadata } from 'astro';
import { Image } from 'astro:assets';
import BaseLayout from '../layouts/BaseLayout.astro';
import ContactCTA from '../components/ContactCTA.astro';
import Hero from '../components/Hero.astro';
import holiday from '../assets/holiday.jpg';
import holiday from '../assets/about/about-1.jpg';
// const images = import.meta.glob<{ default: ImageMetadata }>('/src/assets/about/*.{jpeg,jpg,png,gif}');
---

<BaseLayout title="About | trueberryless" description="About trueberryless">
Expand Down

0 comments on commit cec8830

Please sign in to comment.