mirror of
https://github.com/stashapp/stash.git
synced 2025-12-18 12:54:38 +03:00
Fix vite manifest.json crash (#2237)
This commit is contained in:
@@ -13,7 +13,7 @@
|
|||||||
manifest.json provides metadata used when your web app is installed on a
|
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/
|
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>
|
<title>Stash</title>
|
||||||
<script>window.STASH_BASE_URL = "/%BASE_URL%/"</script>
|
<script>window.STASH_BASE_URL = "/%BASE_URL%/"</script>
|
||||||
</head>
|
</head>
|
||||||
|
|||||||
Reference in New Issue
Block a user