Add dynamic meta tags

This commit is contained in:
MD. Ariful Alam
2021-08-25 22:53:07 +06:00
parent 8eb2b4b09f
commit 13111a3106
10 changed files with 178 additions and 60 deletions

View File

@@ -15,11 +15,7 @@ import Education from "./components/Education";
import Project from "./components/Project";
import { setRepo } from "./store/slices/repoSlice";
import Blog from "./components/Blog";
import { ga } from "./helpers/utils";
if (config.googleAnalytics.id) {
ga.initialize(config.googleAnalytics.id);
}
import MetaTags from "./components/MetaTags";
function App() {
const dispatch = useDispatch();
@@ -116,6 +112,7 @@ function App() {
return (
<Fragment>
<MetaTags/>
<div className="fade-in h-screen">
{