Enabled Speed Insights
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
---
|
||||
import Analytics from '@vercel/analytics/astro'
|
||||
import SpeedInsights from "@vercel/speed-insights/astro"
|
||||
import { ClientRouter } from 'astro:transitions';
|
||||
import Header from '../components/Header/Header';
|
||||
import Footer from '../components/Footer/Footer.astro';
|
||||
@@ -66,7 +67,7 @@ const {
|
||||
</main>
|
||||
<Footer />
|
||||
|
||||
<!-- Add the Analytics component here, right before the closing body tag -->
|
||||
<Analytics />
|
||||
<SpeedInsights/>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user