feat: add privacy policy (#1484)

This commit is contained in:
Daniel Roe 2023-01-27 00:45:23 -08:00 committed by GitHub
parent 3904bc4d2d
commit 541a1f93bc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 48 additions and 2 deletions

View file

@ -93,6 +93,7 @@ export default defineNuxtConfig({
apiToken: '',
},
public: {
privacyPolicyUrl: '',
env: '', // set in build-env module
buildInfo: {} as BuildInfo, // set in build-env module
pwaEnabled: !isDevelopment || process.env.VITE_DEV_PWA === 'true',