Новые изменения в компоенты

This commit is contained in:
Web-serfer 2026-04-29 03:12:16 +05:00
parent acb7b88ff1
commit 9122756a58
11 changed files with 360 additions and 13 deletions

View file

@ -183,7 +183,7 @@ const formatDate = (date: string) => {
setupAnimations();
setupFilter();
document.addEventListener('astro:after-swap', () => {
document.addEventListener('astro:page-load', () => {
setupAnimations();
setupFilter();
});