Skip to content

Commit 414ab3d

Browse files
authored
fix(html): update manifest link path for correct resource loading (#162)
1 parent e2bd942 commit 414ab3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<meta name="generator" content="OpenList" />
99
<meta name="theme-color" content="#000000" />
1010
<meta name="google" content="notranslate" />
11-
<link href="/static/manifest.json" rel="manifest" />
11+
<link href="/manifest.json" rel="manifest" />
1212
<meta name="apple-mobile-web-app-capable" content="yes" />
1313
<meta name="apple-mobile-web-app-title" content="OpenList" />
1414
<link

0 commit comments

Comments
 (0)