Fixed warnings and replaced meta image (fixed)

This commit is contained in:
Kent Joseph T. Palima
2026-05-02 21:03:24 +08:00
parent 404f428f3f
commit f189964035
11 changed files with 28 additions and 22 deletions
+1 -2
View File
@@ -13,7 +13,6 @@ const {
title,
description = 'Institute of Electronics Engineers of the Philippines - University of the Philippines Diliman Student Chapter',
} = Astro.props;
const path = Astro.url.pathname;
---
<!doctype html>
@@ -61,7 +60,7 @@ const path = Astro.url.pathname;
<ClientRouter />
</head>
<body>
<Header path={path} client:load />
<Header client:load />
<main>
<slot />
</main>