Update the responsive metatag
This commit is contained in:
parent
ec4c708e77
commit
6a154558e1
@ -10,7 +10,7 @@ export const defaultHead = (
|
|||||||
title: string,
|
title: string,
|
||||||
options: HTMLOptions
|
options: HTMLOptions
|
||||||
) => /* HTML */ `<title>${title} · ${ctx.$app.manifest.name}</title>
|
) => /* HTML */ `<title>${title} · ${ctx.$app.manifest.name}</title>
|
||||||
<meta name="viewport" content="width=device-width" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<script async src="/dist/bundle.js"></script>
|
<script async src="/dist/bundle.js"></script>
|
||||||
<link
|
<link
|
||||||
href="/dist/main.css${options.autoRefreshCSS
|
href="/dist/main.css${options.autoRefreshCSS
|
||||||
|
Loading…
x
Reference in New Issue
Block a user