Browse Source

fixed manifest link rel, restoring PWA

satlus 2 tháng trước cách đây
mục cha
commit
6e58d99920
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/app.html

+ 1 - 1
src/app.html

@@ -7,7 +7,7 @@
 		<link rel="shortcut icon" href="/favicon/favicon.ico" />
 		<link rel="apple-touch-icon" sizes="180x180" href="/favicon/apple-touch-icon.png" />
 		<meta name="apple-mobile-web-app-title" content="Open WebUI" />
-		<link rel="manifest" href="/favicon/site.webmanifest" />
+		<link rel="manifest" href="/manifest.json" />
 		<meta
 			name="viewport"
 			content="width=device-width, initial-scale=1, maximum-scale=1, viewport-fit=cover"