@ -9,10 +9,9 @@ export interface Props {
|
||||
|
||||
if (Astro.props.icoPath !== '/favicon.ico') {
|
||||
console.warn('It is recommanded that the ICO file should be located at /favicon.ico')
|
||||
|
||||
}
|
||||
|
||||
const appleTouch = await getImage({src: Astro.props.png, width: 180, height: 180})
|
||||
const appleTouch = await getImage({ src: Astro.props.png, width: 180, height: 180 })
|
||||
---
|
||||
|
||||
<>
|
||||
|
Reference in New Issue
Block a user