Change to manifest.json
This commit is contained in:
3
public/manifest.json
Normal file
3
public/manifest.json
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"display": "standalone"
|
||||
}
|
||||
@@ -1 +0,0 @@
|
||||
{"display":"standalone"}
|
||||
@@ -12,7 +12,7 @@
|
||||
<meta name="color-scheme" content="only light">
|
||||
|
||||
<link rel="stylesheet" href="src/css/loader.css?{{version.commit_short}}">
|
||||
<link rel="manifest" href="/site.webmanifest" />
|
||||
<link rel="manifest" href="manifest.json">
|
||||
|
||||
<script src="src/js/assets.js?{{version.commit_short}}"></script>
|
||||
<script src="src/js/strings.js?{{version.commit_short}}"></script>
|
||||
|
||||
Reference in New Issue
Block a user