I just create my portfolio and add the library particles.js. Everything working locally but when I push (gulp build/deploy) my particles don't show. I check the console and get a 404 error for my particles.json.
I find the answer, I put the particles.json file inside the root and I've change the src for import it.
particlesJS.load('particles-js', 'particles.json', function() {
});