fix(): Fix some (current) deprecated fields

This commit is contained in:
kami
2026-03-04 04:51:27 +08:00
parent 2a8eb622b2
commit 7c8b1b8223

View File

@@ -3,7 +3,9 @@ import BaseHead from '@components/BaseHead.astro';
import Header from '@components/Header.astro'; import Header from '@components/Header.astro';
import GithubIcon from '@assets/github.svg' import GithubIcon from '@assets/github.svg'
const { title, description, pubDate, updatedDate, gitLink } = Astro.props; // 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;
--- ---
<html lang="en"> <html lang="en">