fix: CDN instead of app for databooty
This commit is contained in:
parent
bc3fbec541
commit
b1ade266e5
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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue