This commit is contained in:
sky
2025-12-16 23:26:30 -05:00
parent d4bd776889
commit 0057b8ddf1
3 changed files with 24 additions and 3 deletions

View File

@ -13,7 +13,7 @@ function loadPJS() {
script.src = "https://cdn.jsdelivr.net/particles.js/2.0.0/particles.min.js";
document.head.appendChild(script);
script.addEventListener("load", ()=>{
particlesJS.load('pjs', "/js/christmas-particlesjs-config.json", ()=>{});
particlesJS.load('pjs', "/js/main-particlesjs-config.json", ()=>{});
});
}