[#616] fixed wrong file extension in index.html for manifest (#627)

This commit is contained in:
Camille Moussu
2026-03-13 09:51:16 +01:00
committed by GitHub
parent ee893cd8e5
commit 6ff723b2b8
+1 -5
View File
@@ -6,11 +6,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1" /> <meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" /> <meta name="theme-color" content="#000000" />
<link rel="apple-touch-icon" href="<%= assetPrefix %>/calendar.svg" /> <link rel="apple-touch-icon" href="<%= assetPrefix %>/calendar.svg" />
<!-- <link rel="manifest" href="<%= assetPrefix %>/manifest.appdata" />
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="<%= assetPrefix %>/manifest.json" />
<!-- <!--
Notice the use of <%= assetPrefix %> in the tags above. Notice the use of <%= assetPrefix %> in the tags above.
It will be replaced with the URL of the `public` folder during the build. It will be replaced with the URL of the `public` folder during the build.