From 9bd10b56d94aba333cc06ed5581265d36371d7b6 Mon Sep 17 00:00:00 2001 From: Patrick Toal Date: Thu, 13 Jun 2024 22:53:03 -0400 Subject: [PATCH] Update TOS and Privacy Policy --- .env.development.local | 2 + src/boot/appwrite.ts | 1 + src/pages/PrivacyPolicyPage.vue | 278 +++++++++++++++--------------- src/pages/TermsOfServicePage.vue | 199 +++++++++++----------- src/privacypolicy.html | 280 ++++++++++++++++--------------- 5 files changed, 396 insertions(+), 364 deletions(-) create mode 100644 .env.development.local diff --git a/.env.development.local b/.env.development.local new file mode 100644 index 0000000..2f09774 --- /dev/null +++ b/.env.development.local @@ -0,0 +1,2 @@ +VITE_APPWRITE_API_ENDPOINT='http://localhost:4000/api/v1' +VITE_APPWRITE_API_PROJECT='65ede55a213134f2b688' diff --git a/src/boot/appwrite.ts b/src/boot/appwrite.ts index 0b9b89b..91b50c7 100644 --- a/src/boot/appwrite.ts +++ b/src/boot/appwrite.ts @@ -14,6 +14,7 @@ import type { Router } from 'vue-router'; const client = new Client(); +console.log(import.meta.env); const VITE_APPWRITE_API_ENDPOINT = import.meta.env.VITE_APPWRITE_API_ENDPOINT; const VITE_APPWRITE_API_PROJECT = import.meta.env.VITE_APPWRITE_API_PROJECT; diff --git a/src/pages/PrivacyPolicyPage.vue b/src/pages/PrivacyPolicyPage.vue index d5e991f..1dd1158 100644 --- a/src/pages/PrivacyPolicyPage.vue +++ b/src/pages/PrivacyPolicyPage.vue @@ -1,163 +1,173 @@ diff --git a/src/pages/TermsOfServicePage.vue b/src/pages/TermsOfServicePage.vue index 7725528..0042928 100644 --- a/src/pages/TermsOfServicePage.vue +++ b/src/pages/TermsOfServicePage.vue @@ -1,119 +1,128 @@ diff --git a/src/privacypolicy.html b/src/privacypolicy.html index d5e991f..375f868 100644 --- a/src/privacypolicy.html +++ b/src/privacypolicy.html @@ -1,163 +1,173 @@ - +