yandex metrica
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Struchkov Mark 2024-09-06 00:43:06 +03:00
parent 837582dfa0
commit f2d7a4739a
No known key found for this signature in database
GPG Key ID: A3F0AC3F0FA52F3C

View File

@ -15,13 +15,16 @@ 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",
"CV": "https://mark.struchkov.dev/cv/?utm_source=gardenru&utm_medium=organic&utm_campaign=static", "CV": "https://mark.struchkov.dev/cv/?utm_source=gardenru&utm_medium=organic&utm_campaign=static",
}, },
}), }),
Component.YandexMetrika()
],
} }
const githubSourceConfig = { const githubSourceConfig = {
repoLink: "https://github.com/upagge/digital-garden", repoLink: "https://github.com/upagge/digital-garden",