This commit is contained in:
miggymofongo2 2024-06-16 04:12:00 -04:00
parent abdd4c5967
commit b77725fa2b

View file

@ -24,8 +24,9 @@
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/x-icon" href="favicon.ico"> <link rel="shortcut icon" type="image/png"
<title>Miguel's Asteroid</title> href="{{ './favicon.ico' | absolute_url }}"
> <title>Miguel's Asteroid</title>
</head> </head>
<body> <body>
<noscript>You need to enable JavaScript to run this app.</noscript> <noscript>You need to enable JavaScript to run this app.</noscript>