Remove background particles

This commit is contained in:
Kevin Kandlbinder 2021-09-24 16:02:22 +02:00
parent 833318ba3d
commit c4b56b8ae6
3 changed files with 2 additions and 6 deletions

View file

@ -11,9 +11,7 @@ import { MDXRenderer } from "gatsby-plugin-mdx";
import { StaticImage, GatsbyImage } from "gatsby-plugin-image";
import anime from "animejs";
import { tsParticles } from "tsparticles";
import * as particleConfig from "./index.particles.json";
import { ArrowRight, AtSign, Camera, Github, Mail, MapPin, Phone } from "lucide-react";
export const query = graphql`
@ -105,8 +103,6 @@ const IndexPage = (props) => {
duration: 250,
easing: "easeInOutCirc",
});
tsParticles.load("particle-container", particleConfig);
}, []);
let meta = props.data.site.siteMetadata;