HawAPI / website

Main website for HawAPI

Home Page:https://hawapi.theproject.id

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fix wrong images paths

LucJosin opened this issue · comments

Description

Using Astro.url:

banner = Astro.url + 'images/banner.png',
icon = Astro.url + 'favicon.ico',
} = Astro.props as Props;

Result:

https://hawapi.theproject.id/try-it/images/banner.png
https://hawapi.theproject.id/try-it/favicon.ico