1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-03-21 19:19:40 +01:00

fix create/ route on local

This commit is contained in:
Kushagra Gour 2024-03-04 23:25:07 +05:30
parent db303072e4
commit 7a0202729f

View File

@ -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 %>" />
<% } %>