diff --git a/src/routes/404.astro b/src/routes/404.astro index 9925585a..b6631e4f 100644 --- a/src/routes/404.astro +++ b/src/routes/404.astro @@ -15,10 +15,5 @@ import '../styles/404.css' - - \ No newline at end of file diff --git a/src/routes/404.js b/src/routes/404.js deleted file mode 100644 index 1e639148..00000000 --- a/src/routes/404.js +++ /dev/null @@ -1,57 +0,0 @@ -const particles = { - fpsLimit: 120, - particles: { - number: { - value: 3, - density: { - enable: true, - area: 100, - }, - }, - color: { - value: "#008781", - }, - shape: { - type: "circle", - }, - opacity: { - value: 1, - random: { - enable: true, - minimumValue: 0.1, - }, - animation: { - enable: true, - speed: 1, - minimumValue: 0, - sync: false, - }, - }, - size: { - value: 50, - random: { - enable: true, - minimumValue: 15, - }, - }, - move: { - enable: true, - speed: 17, - direction: "down", - random: false, - straight: true, - outModes: { - default: "out", - }, - }, - }, - interactivity: { - detectsOn: "canvas", - events: { - resize: false, - }, - }, - detectRetina: true, - }; - - tsParticles.load("tsparticles", particles); \ No newline at end of file