Added Vercel Analytics

This commit is contained in:
Kent Joseph T. Palima
2026-05-02 20:11:33 +08:00
parent 5d24a411c8
commit 40870437c8
4 changed files with 75 additions and 2 deletions
+2 -2
View File
@@ -71,13 +71,13 @@ import family3 from '../../assets/images/family/family_3.png';
<!-- Desktop Panel 3: Notable Members -->
<div class="text-panel">
<a href="#" class="cover" style="color: inherit; text-decoration: none;">
<a href="#people" class="cover" style="color: inherit; text-decoration: none;">
<div class="title-group">
<h3>Notable Members</h3>
<span class="action-hint">View profiles</span>
</div>
</a>
<a href="#" class="under" style="color: inherit; text-decoration: none;">
<a href="#people" class="under" style="color: inherit; text-decoration: none;">
<h3>Notable Members</h3>
<strong>Some of UP IECEP's most well respected and accomplished individuals</strong>
</a>
+1
View File
@@ -1,4 +1,5 @@
---
import Analytics from '@vercel/analytics/astro'
import { ClientRouter } from 'astro:transitions';
import Header from '../components/Header/Header';
import Footer from '../components/Footer/Footer.astro';