mirror of
https://github.com/Unkn0wnCat/KevinK.dev.js.git
synced 2025-05-15 09:56:56 +02:00
Remove background particles
This commit is contained in:
parent
833318ba3d
commit
c4b56b8ae6
3 changed files with 2 additions and 6 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue