Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
hereAlexT committed Dec 9, 2023
1 parent be2ea0c commit 1cc5c6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
export const supabaseUrl = import.meta.env.VITE_SUPABASE_URL
export const supabaseAnonKey = import.meta.env.VITE_SUPABASE_ANON_KEY
export const HCAPTCHA_SITE_KEY = import.meta.env.VITE_HCAPTCHA_SITE_KEY;
export const DOMIAN_NAME = import.meta.env.VITE_DOMAIN_NAME;
export const DOMAIN_NAME = import.meta.env.VITE_DOMAIN_NAME;

0 comments on commit 1cc5c6c

Please sign in to comment.