Update find.astro
This commit is contained in:
parent
cbba1f29f0
commit
bca2152a02
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ import Social from "../components/core/Social.astro";
|
||||||
import Findus from "../components/join/Findus.astro";
|
import Findus from "../components/join/Findus.astro";
|
||||||
import FindTitle from "../components/find/FindTitle.astro";
|
import FindTitle from "../components/find/FindTitle.astro";
|
||||||
import { Image } from "astro:assets";
|
import { Image } from "astro:assets";
|
||||||
import event from "/event.jpg";
|
import event from "../../public/event.jpg";
|
||||||
---
|
---
|
||||||
|
|
||||||
<Layout>
|
<Layout>
|
||||||
|
|
Loading…
Reference in a new issue