patch(): fix the nits

This commit is contained in:
2026-03-04 17:46:10 +01:00
parent e16c84e879
commit abb6bc52ce
30 changed files with 1129 additions and 249 deletions
-2
View File
@@ -3,8 +3,6 @@ import BaseHead from '@components/BaseHead.astro';
import Header from '@components/Header.astro';
import GithubIcon from '@assets/github.svg'
// Has some irrelevant flags that we WILL use in the future.
// const { title, description, pubDate, updatedDate, gitLink } = Astro.props;
const { title, description, gitLink } = Astro.props;
---