chore: add privacy policy and term of use

This commit is contained in:
Zotov Ivan Yuryevich
2026-06-01 22:05:26 +03:00
parent 3ec1e776af
commit 5c7f09e37a
9 changed files with 5372 additions and 5425 deletions

View File

@@ -11,6 +11,12 @@ export const siteConfigDocument = gql`
value
displayValue
}
privacyPolicy {
url
}
termsOfUse {
url
}
}
}
`