Skip to content

Commit 5610d2f

Browse files
committed
[docs] Add visitors counter
1 parent 34d8998 commit 5610d2f

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

apps/docs/astro.config.mjs

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,16 @@ export default defineConfig({
2020
social: {
2121
github: "https://github.com/x0k/json-table",
2222
},
23+
head: [
24+
{
25+
tag: "script",
26+
attrs: {
27+
"data-goatcounter": "https://json-table-docs-counter.x0k.online/count",
28+
async: true,
29+
src: "https://json-table-docs-counter.x0k.online/count.js",
30+
}
31+
},
32+
],
2333
sidebar: [
2434
// {
2535
// label: "Guides",

0 commit comments

Comments
 (0)