We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97eec60 commit 5f2c857Copy full SHA for 5f2c857
src/layouts/Layout.astro
@@ -1,7 +1,5 @@
1
----
2
import SpeedInsights from '@vercel/speed-insights/astro';
3
import Analytics from '@vercel/analytics/astro';
4
5
6
<!doctype html>
7
<html lang="en">
@@ -11,11 +9,11 @@ import Analytics from '@vercel/analytics/astro';
11
9
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
12
10
<meta name="generator" content={Astro.generator} />
13
<title>Astro Basics</title>
14
- <Analytics />
15
- <SpeedInsights />
16
</head>
17
<body>
18
<slot />
+ <Analytics />
+ <SpeedInsights />
19
</body>
20
</html>
21
0 commit comments