Skip to content

Commit a188ff9

Browse files
committed
Merge branch 'main' of https://github.com/zumerlab/orbit-docs into main
2 parents b0d896b + e78b808 commit a188ff9

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+
"data-website-id": '7ec718e8-f0c5-4abb-8f4f-144f57f61937'
19+
}
20+
},
1321
{
1422
tag: 'script',
1523
attrs: {
@@ -181,4 +189,4 @@ react({
181189
svelte({
182190
include: ['**/svelte/*'],
183191
})]
184-
});
192+
});

0 commit comments

Comments
 (0)