Добавил яндекс метрику

This commit is contained in:
2024-09-05 23:22:22 +03:00
parent c1b4ec5b05
commit 25eb8ecf3d

View File

@@ -15,7 +15,7 @@ export const sharedPageComponents: SharedLayout = {
} }
}), }),
], ],
footer: Component.Footer({ footer: [Component.Footer({
links: { links: {
"About Me": "https://mark.struchkov.dev/cv/", "About Me": "https://mark.struchkov.dev/cv/",
"B.log": "https://struchkov.dev", "B.log": "https://struchkov.dev",
@@ -23,6 +23,7 @@ export const sharedPageComponents: SharedLayout = {
}, },
}), }),
Component.YandexMetrika(), Component.YandexMetrika(),
]
} }
const githubSourceConfig = { const githubSourceConfig = {
repoLink: "https://github.com/upagge/digital-garden", repoLink: "https://github.com/upagge/digital-garden",