ensure valid rss items (#31)

* ensure valid rss items

* remove dayjs package
This commit is contained in:
Troy 2025-01-18 15:52:48 +00:00 committed by GitHub
parent ff81ab71bf
commit 3a886c4493
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 25 additions and 19 deletions

View file

@ -1,6 +1,7 @@
---
import { SITE } from "@consts";
import gradient from "../../public/assets/gradient.avif";
import { ClientRouter } from 'astro:transitions';
interface Props {
title: string;
@ -92,11 +93,7 @@ import redhatmono from "@fontsource-variable/red-hat-mono/files/red-hat-mono-lat
<meta property="twitter:image" content={new URL(image, Astro.url)} />
<!-- View Transitions -->
<style>
@view-transition {
navigation: auto;
}
</style>
<ClientRouter />
<!-- Font Preload -->
<link