From 65255256174b8355503a50a7fad5a1f7cd55030b Mon Sep 17 00:00:00 2001 From: Amr Gaber Date: Fri, 10 Apr 2026 23:56:55 -0500 Subject: [PATCH 1/2] Update hosting references from Railway to Google Cloud - Privacy policy: update third-party service provider from Railway to Google Cloud - gitignore: add local .netlify folder --- .gitignore | 3 +++ src/pages/privacy-policy/privacy-policy-page.tsx | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 2820ab6..b27fa00 100644 --- a/.gitignore +++ b/.gitignore @@ -26,3 +26,6 @@ dist-ssr # TypeScript *.tsbuildinfo + +# Local Netlify folder +.netlify diff --git a/src/pages/privacy-policy/privacy-policy-page.tsx b/src/pages/privacy-policy/privacy-policy-page.tsx index 69b02e7..b4acdc8 100644 --- a/src/pages/privacy-policy/privacy-policy-page.tsx +++ b/src/pages/privacy-policy/privacy-policy-page.tsx @@ -110,7 +110,7 @@ export function PrivacyPolicyPage() { Google OAuth: For optional sign-in authentication
  • - Railway: For hosting our backend and database + Google Cloud: For hosting our backend and database
  • Netlify: For hosting our frontend application From fc239ba9d6837f8025f5c47242f8100b457e556f Mon Sep 17 00:00:00 2001 From: Amr Gaber Date: Sat, 11 Apr 2026 00:33:37 -0500 Subject: [PATCH 2/2] Format privacy policy with Prettier --- src/pages/privacy-policy/privacy-policy-page.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/pages/privacy-policy/privacy-policy-page.tsx b/src/pages/privacy-policy/privacy-policy-page.tsx index b4acdc8..01948db 100644 --- a/src/pages/privacy-policy/privacy-policy-page.tsx +++ b/src/pages/privacy-policy/privacy-policy-page.tsx @@ -110,7 +110,8 @@ export function PrivacyPolicyPage() { Google OAuth: For optional sign-in authentication
  • - Google Cloud: For hosting our backend and database + Google Cloud: For hosting our backend and + database
  • Netlify: For hosting our frontend application