diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro index 13f7992..81a952e 100644 --- a/src/layouts/Layout.astro +++ b/src/layouts/Layout.astro @@ -56,7 +56,11 @@ )! const fireworks = new Fireworks(fireworksContainer, { - + particles: 200, + rocketsPoint: { + min: 0, + max: 100, + } }) fireworks.start()