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

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

@ -282,7 +282,7 @@ const colors = ['bg-gradient-1', 'bg-gradient-2', 'bg-gradient-3', 'bg-gradient-
setupSlider();
setupAnimations();
document.addEventListener('astro:after-swap', () => {
document.addEventListener('astro:page-load', () => {
setupSlider();
setupAnimations();
});