Skip to content

Commit 5f2c857

Browse files
committed
再改
1 parent 97eec60 commit 5f2c857

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/layouts/Layout.astro

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
1-
---
21
import SpeedInsights from '@vercel/speed-insights/astro';
32
import Analytics from '@vercel/analytics/astro';
4-
---
53

64
<!doctype html>
75
<html lang="en">
@@ -11,11 +9,11 @@ import Analytics from '@vercel/analytics/astro';
119
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
1210
<meta name="generator" content={Astro.generator} />
1311
<title>Astro Basics</title>
14-
<Analytics />
15-
<SpeedInsights />
1612
</head>
1713
<body>
1814
<slot />
15+
<Analytics />
16+
<SpeedInsights />
1917
</body>
2018
</html>
2119

0 commit comments

Comments
 (0)