Skip to content

Commit fb1c160

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

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

docs/astro.config.mjs

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,16 @@ export default defineConfig({
1919
src: './src/assets/logo.svg',
2020
},
2121
customCss: ['./src/styles/custom.css'],
22+
head: [
23+
{
24+
tag: 'script',
25+
attrs: {
26+
defer: true,
27+
'data-domain': 'docspring.github.io/renamify',
28+
src: 'https://pa.docspring.com/js/script.js',
29+
},
30+
},
31+
],
2232
editLink: {
2333
baseUrl: 'https://github.com/DocSpring/renamify/edit/main/docs',
2434
},

0 commit comments

Comments
 (0)