fix: CDN instead of app for databooty
This commit is contained in:
2
.npmrc
2
.npmrc
@ -1,2 +1,2 @@
|
||||
install-strategy="nested"
|
||||
node-linker=isolated
|
||||
node-linker=isolated
|
@ -31,7 +31,7 @@ export default function RootLayout({
|
||||
<Toaster />
|
||||
<DevelopmentDebug />
|
||||
<Script
|
||||
src="https://app.databuddy.cc/databuddy.js"
|
||||
src="https://cdn.databuddy.cc/databuddy.js"
|
||||
strategy="afterInteractive"
|
||||
async
|
||||
data-client-id="UP-Wcoy5arxFeK7oyjMMZ"
|
||||
|
Reference in New Issue
Block a user