This commit is contained in:
Patrick Alvin Alcala 2025-10-29 19:34:49 +08:00
parent 6e8391f7d1
commit 97e29e8983
17 changed files with 99 additions and 157 deletions

View file

@ -28,7 +28,7 @@ export default (props: Props) => {
<meta name="author" content={props.author} />
<meta property="og:description" content={props.description} />
<meta property="og:type" content="website" />
<link rel="icon" type="image/svg+xml" href="/favicon.png" />
<link rel="icon" type="image/svg+xml" href="/favicon.ico" />
<Show when={props.font}>
<link rel="preconnect" href="https://cdn.jsdelivr.net" />
</Show>