mirror of
https://github.com/stashapp/stash.git
synced 2026-05-02 03:41:14 +02:00
Fix vite manifest.json crash (#2237)
This commit is contained in:
parent
db55b1746a
commit
51bb602dc2
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue