Mirror: The highly customizable and versatile GraphQL client with which you add on features like normalized caching as you grow.

docs(site): Fix no favicon on site (except on home page) (#3678)

Neluji f26a346b 6408474f

Changed files
+1 -1
packages
site
src
+1 -1
packages/site/src/html.js
···
rel="icon"
type="image/png"
sizes="32x32"
-
href="./favicon/favicon-32.png"
/>
<link rel="manifest" href="./site.webmanifest" />
<meta name="msapplication-TileColor" content="#ff4081" />
···
rel="icon"
type="image/png"
sizes="32x32"
+
href="/favicon/favicon-32.png"
/>
<link rel="manifest" href="./site.webmanifest" />
<meta name="msapplication-TileColor" content="#ff4081" />