updated hero section and added google auth

This commit is contained in:
2026-02-03 16:52:50 +00:00
parent 494acebeb3
commit 549f74c10b
11 changed files with 662 additions and 497 deletions

View File

@@ -1,3 +1,8 @@
export default {
providers: [],
providers: [
{
domain: process.env.CONVEX_SITE_URL,
applicationID: "convex",
},
],
};