Skip to content

Commit e16a00c

Browse files
committed
chore: 指定默认跳转路径的前缀
1 parent cd1efd5 commit e16a00c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

public/index.html

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
content="width=device-width,initial-scale=1.0,user-scalable=no"
99
/>
1010
<title><%= htmlWebpackPlugin.options.title %></title>
11+
<base href="<%= BASE_URL %>" />
1112
</head>
1213
<body>
1314
<noscript>

0 commit comments

Comments
 (0)