refined design
Some checks failed
Next.js App CI / docker (push) Failing after 3m19s

This commit is contained in:
2025-09-14 22:49:23 +02:00
parent 78de337446
commit 0444067c2d
89 changed files with 1117 additions and 594 deletions

View File

@@ -2,7 +2,7 @@
declare global {
interface Window {
umami?: {
track: (eventName: string, eventData?: Record<string, any>) => void;
track: (eventName: string, eventData?: Record<string, string>) => void;
};
}
}