fix: CDN instead of app for databooty

This commit is contained in:
Hyteq
2025-07-02 16:25:08 +03:00
parent bc3fbec541
commit b1ade266e5
2 changed files with 2 additions and 2 deletions

2
.npmrc
View File

@ -1,2 +1,2 @@
install-strategy="nested" install-strategy="nested"
node-linker=isolated node-linker=isolated

View File

@ -31,7 +31,7 @@ export default function RootLayout({
<Toaster /> <Toaster />
<DevelopmentDebug /> <DevelopmentDebug />
<Script <Script
src="https://app.databuddy.cc/databuddy.js" src="https://cdn.databuddy.cc/databuddy.js"
strategy="afterInteractive" strategy="afterInteractive"
async async
data-client-id="UP-Wcoy5arxFeK7oyjMMZ" data-client-id="UP-Wcoy5arxFeK7oyjMMZ"