Fix vite manifest.json crash (#2237)

This commit is contained in:
InfiniteTF 2022-01-16 00:14:31 +01:00 committed by GitHub
parent db55b1746a
commit 51bb602dc2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,7 +13,7 @@
manifest.json provides metadata used when your web app is installed on a
user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/
-->
<link rel="manifest" href="/%BASE_URL%/manifest.json" />
<link rel="manifest" href="manifest.json" />
<title>Stash</title>
<script>window.STASH_BASE_URL = "/%BASE_URL%/"</script>
</head>