fix: Manifest file discovery via link tag

This commit is contained in:
2026-05-31 00:43:27 +05:30
parent 12fcfd4b66
commit f287df3872
2 changed files with 2 additions and 1 deletions
+1 -1
View File
File diff suppressed because one or more lines are too long
+1
View File
@@ -4,6 +4,7 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Untitled - Pascar</title>
<link rel="manifest" href="/manifest.json">
<style>
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }