Skip to content

Commit 0729f93

Browse files
committed
add kapa script
1 parent f88f808 commit 0729f93

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

app/layout.tsx

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,15 @@ export default function RootLayout({children}: {children: React.ReactNode}) {
4949
data-api="https://plausible.io/api/event"
5050
src="https://plausible.io/js/script.tagged-events.js"
5151
/>
52+
<Script
53+
async
54+
src="https://widget.kapa.ai/kapa-widget.bundle.js"
55+
data-website-id="ec502f3e-ef02-4b03-b345-160b3e2b6a0c"
56+
data-project-name="Sentry"
57+
data-project-color="#6A5FC1"
58+
data-project-logo="https://docs.sentry.io/_next/static/media/sentry-logo-dark.fc8e1eeb.svg"
59+
data-font-family="var(--font-rubik)"
60+
/>
5261
</html>
5362
);
5463
}

0 commit comments

Comments
 (0)