We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a2e0b2 commit fb1c160Copy full SHA for fb1c160
1 file changed
docs/astro.config.mjs
@@ -19,6 +19,16 @@ export default defineConfig({
19
src: './src/assets/logo.svg',
20
},
21
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
+ ],
32
editLink: {
33
baseUrl: 'https://github.com/DocSpring/renamify/edit/main/docs',
34
0 commit comments