diff --git a/.svgo.yml b/.svgo.yml deleted file mode 100644 index 88c6e3eaa..000000000 --- a/.svgo.yml +++ /dev/null @@ -1,4 +0,0 @@ -multipass: true -plugins: - - removeDimensions: true - - removeViewBox: false diff --git a/package.json b/package.json index 4e4030700..d301df0a1 100644 --- a/package.json +++ b/package.json @@ -23,9 +23,11 @@ "react": "^18.3.1", "react-animate-on-scroll": "^2.1.9", "react-dom": "^18.3.1", + "react-lazy-load-image-component": "^1.6.3", "react-markdown": "^9.0.1", "react-router-dom": "^6.26.2", "react-slick": "^0.30.2", + "react-snow-overlay": "^1.0.7", "slick-carousel": "^1.8.1" }, "devDependencies": { diff --git a/src/App.jsx b/src/App.jsx index 088db7abf..d78542b54 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -10,10 +10,12 @@ import Blog from './pages/Blog'; import Archive from './pages/Archive'; import NotFound from './pages/NotFound'; import './styles/App.css'; +import { SnowOverlay } from 'react-snow-overlay'; function App() { return (