We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c84ac6f commit 0aa1181Copy full SHA for 0aa1181
src/app.html
@@ -7,7 +7,6 @@
7
<link rel="shortcut icon" href="/favicon.ico" />
8
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
9
<link rel="manifest" href="/site.webmanifest" />
10
- <title>nais.io</title>
11
<meta name="viewport" content="width=device-width, initial-scale=1" />
12
<link rel="preconnect" href="https://fonts.googleapis.com" />
13
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
src/routes/+layout.svelte
@@ -20,5 +20,9 @@
20
}
21
</script>
22
23
+<svelte:head>
24
+ <title>nais.io</title>
25
+</svelte:head>
26
+
27
<Header />
28
<slot />
0 commit comments