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