Skip to content

Commit 2551511

Browse files
authored
Update astro.config.mjs
1 parent 0a40bf7 commit 2551511

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

astro.config.mjs

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,14 @@ export default defineConfig({
1010
integrations: [starlight({
1111
head: [
1212
// Example: add Fathom analytics script tag.
13+
{
14+
tag: 'script',
15+
attrs: {
16+
defer: true,
17+
src: 'https://cloud.umami.is/script.js',
18+
dataWebsiteId: '7ec718e8-f0c5-4abb-8f4f-144f57f61937'
19+
}
20+
},
1321
{
1422
tag: 'script',
1523
attrs: {
@@ -183,4 +191,4 @@ react({
183191
svelte({
184192
include: ['**/svelte/*'],
185193
})]
186-
});
194+
});

0 commit comments

Comments
 (0)