mirror of
https://github.com/chinchang/web-maker.git
synced 2025-07-31 10:40:10 +02:00
fix create/ route on local
This commit is contained in:
@@ -13,6 +13,8 @@
|
||||
/>
|
||||
<% if (cli.env.isProd) { %>
|
||||
<base href="/create/" />
|
||||
<% } else { %>
|
||||
<base href="/" />
|
||||
<% } %> <% if (cli.manifest.theme_color) { %>
|
||||
<meta name="theme-color" content="<%= cli.manifest.theme_color %>" />
|
||||
<% } %>
|
||||
|
Reference in New Issue
Block a user