Hide Privacy and TOS pages from search (#102)

This commit is contained in:
Ahmed Mohamedeen
2024-08-29 15:02:02 -06:00
committed by GitHub
parent c6ab0a125b
commit 63109409b1
3 changed files with 5 additions and 0 deletions

View File

@@ -1,6 +1,7 @@
---
title: Cookie Policy
note: //TODO Generate new cookie policy once published
searchable: false
---

View File

@@ -1,3 +1,6 @@
---
searchable: false
---
**PRIVACY POLICY**

View File

@@ -1,5 +1,6 @@
---
title: Terms of Services
searchable: false
---
import { TermsOfServices } from '@/components/policies'