Skip to content

Commit 5de8eb6

Browse files
committed
docs(site): add rybbit.io
1 parent 71f927b commit 5de8eb6

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

site/astro.config.mjs

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -247,6 +247,14 @@ export default defineConfig({
247247
content: '@fold_left',
248248
},
249249
},
250+
{
251+
tag: 'script',
252+
attrs: {
253+
src: 'https://app.rybbit.io/api/script.js',
254+
'data-site-id': '619',
255+
defer: true,
256+
},
257+
},
250258
],
251259
}),
252260
],

0 commit comments

Comments
 (0)