mirror of
https://github.com/JuLi0n21/homepage.git
synced 2026-04-19 15:20:05 +00:00
fix(): Fix some (current) deprecated fields
This commit is contained in:
@@ -3,7 +3,9 @@ import BaseHead from '@components/BaseHead.astro';
|
||||
import Header from '@components/Header.astro';
|
||||
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">
|
||||
|
||||
Reference in New Issue
Block a user