diff options
author | João Augusto Costa Branco Marado Torres <torres.dev@disroot.org> | 2025-07-04 02:24:24 -0300 |
---|---|---|
committer | João Augusto Costa Branco Marado Torres <torres.dev@disroot.org> | 2025-07-04 02:24:24 -0300 |
commit | 0fae4d0b001526a200b2ab1270cf353e4c3b5681 (patch) | |
tree | ae7fcbb0601ffa794662620e62418316ae5b24c3 /src/components | |
parent | cbcd32f25e9a7299d44e9dbff240c9926f0e356b (diff) |
fix: manifest from root
Signed-off-by: João Augusto Costa Branco Marado Torres <torres.dev@disroot.org>
Diffstat (limited to 'src/components')
-rw-r--r-- | src/components/BaseHead.astro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/BaseHead.astro b/src/components/BaseHead.astro index 552f87c..912375e 100644 --- a/src/components/BaseHead.astro +++ b/src/components/BaseHead.astro @@ -34,7 +34,7 @@ const { <meta charset="utf-8" /> <meta name="viewport" content="width=device-width,initial-scale=1" /> -<link rel="manifest" href="manifest.webmanifest" /> +<link rel="manifest" href="/manifest.webmanifest" /> <meta name="application-name" content={PUBLIC_SITE_TITLE} /> |