Added kofi support me

This commit is contained in:
2025-01-15 20:51:08 -05:00
parent 3fb1c6434a
commit 56f871f603
3 changed files with 41 additions and 1 deletions

8
global.d.ts vendored
View File

@@ -3,4 +3,10 @@ declare namespace NodeJS {
NEXT_PUBLIC_API_URL: string;
STRAPI_API_TOKEN: string;
}
}
}
declare global {
interface Window {
kofiWidgetOverlay: any;
}
}
export {};