mirror of
https://github.com/Fluffy-Bean/website.git
synced 2025-05-29 23:03:15 +00:00
Fix issues brought up by astro build
Use Astro image and picture elements Move images to assets folder
This commit is contained in:
parent
3acfb73ce8
commit
457591297a
17 changed files with 86 additions and 53 deletions
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
import { Image } from "astro:assets";
|
||||
|
||||
import leg from "../../public/leg.webp";
|
||||
import leg from "../assets/leg.webp";
|
||||
---
|
||||
|
||||
<a class="button" id="music" href="https://www.last.fm/user/Fluffy_Bean_" target="_blank">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue