base tag must come before others

pull/6811/head
Ben McCann 5 years ago
parent 580ea1e126
commit 226743d34e

@ -5,6 +5,8 @@
<meta name='viewport' content='width=device-width,initial-scale=1'>
<meta name='theme-color' content='#ff3e00'>
<base href='/'>
<link href=global.css rel=stylesheet>
<link href=prism.css rel=stylesheet>
<link rel='manifest' href='manifest.json'>
@ -16,8 +18,6 @@
<meta name='twitter:image' content='https://svelte.dev/images/twitter-card.png'>
<meta name='og:image' content='https://svelte.dev/images/twitter-card.png'>
<base href='/'>
<!-- This contains the contents of the <svelte:head> component, if
the current page has one -->
%svelte.head%

Loading…
Cancel
Save