🐛 Bug fixes

This commit is contained in:
LittleSheep 2024-02-09 16:17:34 +08:00
parent cef7cf70d8
commit 66aff498bd

View File

@ -1,5 +0,0 @@
---
const date = new Date();
return Astro.redirect("/events/years/" + date.getFullYear());
---