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 0b4cac3 commit ee45d61Copy full SHA for ee45d61
packages/documentation/astro.config.mjs
@@ -52,6 +52,15 @@ export default defineConfig({
52
src: '/scripts.js',
53
defer: true
54
}
55
+ },
56
+ {
57
+ tag: 'script',
58
+ attrs: {
59
+ defer: true,
60
+ 'data-website-id': '75fba178-7dca-4874-adc9-50cf85c83528',
61
+ src: 'https://ilf-site-analytics.netlify.app/script.js',
62
+ 'data-domains': 'rafiki.dev'
63
+ }
64
65
],
66
logo: {
packages/documentation/src/content/docs/index.mdx
@@ -9,6 +9,8 @@ hero:
9
link: /overview/overview
10
icon: open-book
11
variant: primary
12
+ attrs:
13
+ data-umami-event: Landing page - Rafiki docs
14
---
15
16
import { Card, CardGrid } from '@astrojs/starlight/components'
0 commit comments