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.
2 parents b0d896b + e78b808 commit a188ff9Copy full SHA for a188ff9
astro.config.mjs
@@ -10,6 +10,14 @@ export default defineConfig({
10
integrations: [starlight({
11
head: [
12
// Example: add Fathom analytics script tag.
13
+ {
14
+ tag: 'script',
15
+ attrs: {
16
+ defer: true,
17
+ src: 'https://cloud.umami.is/script.js',
18
+ "data-website-id": '7ec718e8-f0c5-4abb-8f4f-144f57f61937'
19
+ }
20
+ },
21
{
22
tag: 'script',
23
attrs: {
@@ -181,4 +189,4 @@ react({
181
189
svelte({
182
190
include: ['**/svelte/*'],
183
191
})]
184
-});
192
+});
0 commit comments