Fixed warnings and replaced meta image (fixed)
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user