Skip to content

Commit b8b58dc

Browse files
committed
see how many people visit
1 parent 5a2e0b2 commit b8b58dc

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

docs/astro.config.mjs

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,17 @@ export default defineConfig({
1010
site: 'https://docspring.github.io',
1111
base: '/renamify',
1212

13+
head: [
14+
{
15+
tag: 'script',
16+
attrs: {
17+
defer: true,
18+
'data-domain': 'docspring.github.io/renamify',
19+
src: 'https://pa.docspring.com/js/script.js',
20+
},
21+
},
22+
],
23+
1324
integrations: [
1425
starlight({
1526
title: 'Renamify',

0 commit comments

Comments
 (0)