ensure valid rss items (#31)
* ensure valid rss items * remove dayjs package
This commit is contained in:
parent
ff81ab71bf
commit
3a886c4493
5 changed files with 25 additions and 19 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue