We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a2e0b2 commit b8b58dcCopy full SHA for b8b58dc
docs/astro.config.mjs
@@ -10,6 +10,17 @@ export default defineConfig({
10
site: 'https://docspring.github.io',
11
base: '/renamify',
12
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
+
24
integrations: [
25
starlight({
26
title: 'Renamify',
0 commit comments