mirror of
https://github.com/jorgev259/soc_site-astro.git
synced 2025-06-29 07:57:41 +00:00
Fix import path
This commit is contained in:
parent
a8c787015c
commit
c4055fa695
2 changed files with 1 additions and 2 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
import Image from 'astro/components/Image.astro'
|
import { Image } from 'astro:assets'
|
||||||
|
|
||||||
interface Props {
|
interface Props {
|
||||||
href: string | null
|
href: string | null
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,6 @@ import { Image } from 'astro:assets'
|
||||||
import BaseLayout from '../layouts/base.astro'
|
import BaseLayout from '../layouts/base.astro'
|
||||||
|
|
||||||
import GuraGif from '../img/assets/doggo-thumbs-up.gif'
|
import GuraGif from '../img/assets/doggo-thumbs-up.gif'
|
||||||
import discord from 'img/socials/discord.png'
|
|
||||||
---
|
---
|
||||||
|
|
||||||
<BaseLayout>
|
<BaseLayout>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue