add goatcounter

master
gman 1 year ago
parent 2fe1c63f18
commit e4192f3d4f

@ -9,9 +9,20 @@ export default defineConfig({
redirects: {
'/': '/chapters',
},
integrations: [starlight({
integrations: [
starlight({
title: 'Веб-картография',
description: 'Веб-картография и веб-картографирование: практическое пособие',
head: [
{
tag: 'script',
attrs: {
src: "//gc.zgo.at/count.js",
'data-goatcounter': "https://webkartography.goatcounter.com/count",
async: true
}
}
],
locales: {
root: {
label: 'Русский',
@ -27,5 +38,7 @@ export default defineConfig({
components: {
SocialIcons: './src/components/CustomSocialIcons.astro',
}
}), react()],
}),
react()
],
});
Loading…
Cancel
Save