Skip to content

Commit

Permalink
fix: 🐛 fixed added missing properties
Browse files Browse the repository at this point in the history
  • Loading branch information
miggi92 authored Dec 18, 2024
1 parent f6bcb60 commit 0b5d4cd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions config/supabase.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,7 @@ export const supabase: ModuleOptions = {
callback: '/confirm',
exclude: ['/', '/prices', '/about', '/imprint', '/contact'],
},
url: '',
key: '',
serviceKey: ''
}

0 comments on commit 0b5d4cd

Please sign in to comment.