png to ico

This commit is contained in:
miggymofongo2 2024-06-16 04:13:30 -04:00
parent b77725fa2b
commit 2bc2ab77c9

View file

@ -24,7 +24,7 @@
work correctly both with client-side routing and a non-root public URL. work correctly both with client-side routing and a non-root public URL.
Learn how to configure a non-root public URL by running `npm run build`. Learn how to configure a non-root public URL by running `npm run build`.
--> -->
<link rel="shortcut icon" type="image/png" <link rel="shortcut icon" type="image/ico"
href="{{ './favicon.ico' | absolute_url }}" href="{{ './favicon.ico' | absolute_url }}"
> <title>Miguel's Asteroid</title> > <title>Miguel's Asteroid</title>
</head> </head>