diff --git a/src/components/report/index.astro b/src/components/report/index.astro index 005edc8..c50722e 100644 --- a/src/components/report/index.astro +++ b/src/components/report/index.astro @@ -57,3 +57,24 @@ const customComponents = { + + +
+
+

+ Try The Interactive Playground +

+

+ Explore and experiment with our data using our interactive playground. + Customize charts, filter data, and gain insights on your own! +

+ +
+
diff --git a/src/env.d.ts b/src/env.d.ts index f9470d0..0a5f4e9 100644 --- a/src/env.d.ts +++ b/src/env.d.ts @@ -26,6 +26,11 @@ interface ImportMetaEnv { readonly PUBLIC_FIREBASE_STORAGE_BUCKET: string; readonly PUBLIC_FIREBASE_MESSAGING_SENDER_ID: string; readonly PUBLIC_FIREBASE_APP_ID: string; + + // captcha + readonly RECAPTCHA_ENABLED: boolean; + readonly RECAPTCHA_SITE_KEY: string; + readonly RECAPTCHA_SECRET_KEY: string; } interface ImportMeta {