Terms and Policy Content
Play store and app store requires your app to have a terms and policy page. Without these two hosted, your app won't be approved. We've made it very simple to add terms and policy pages to your landing page.
Adding Terms & Conditions Page
Navigate to the src/content/terms.mdx
file and add your terms and conditions content. You can use markdown syntax to format the content.
md
---
title: Terms & Conditions
---
# Terms & Conditions
This is where you can add your terms and conditions content.
Adding Privacy Policy Page
Navigate to the src/content/privacy.mdx
file and add your privacy policy content. You can use markdown syntax to format the content.
md
---
title: Privacy Policy
---
# Privacy Policy
This is where you can add your privacy policy content.
INFO
If you are not familiar with the markdown syntax, you can refer to the Markdown Guide.