Skip to content

Commit ed11b08

Browse files
committed
fix url
1 parent bd2bfca commit ed11b08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/public/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<title>{{ title }}</title>
55
<meta name="apple-mobile-web-app-capable" content="yes">
6-
<link rel="manifest" href="manifest.json">
6+
<link rel="manifest" href="/manifest.json">
77
<meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,minimum-scale=1,user-scalable=yes" />
88
<script type="module">
99
import '/static/app/js/{{ project_name }}.js';

0 commit comments

Comments
 (0)