Temporarily change image import to path str (Review Image component)
This commit is contained in:
@@ -14,10 +14,10 @@ import Stats from '~/components/widgets/Stats.astro';
|
||||
import Button from '~/components/ui/Button.astro';
|
||||
import Image from '~/components/common/Image.astro';
|
||||
|
||||
import appStoreImg from '~/assets/images/app-store.png';
|
||||
import googlePlayImg from '~/assets/images/google-play.png';
|
||||
|
||||
const appStoreImg = '~/assets/images/app-store.png';
|
||||
const appStoreDownloadLink = 'https://github.com/onwidget/astrowind';
|
||||
|
||||
const googlePlayImg = '~/assets/images/google-play.png';
|
||||
const googlePlayDownloadLink = 'https://github.com/onwidget/astrowind';
|
||||
|
||||
const metadata = {
|
||||
|
Reference in New Issue
Block a user