Update layout paths in privacy and terms pages to use absolute paths
Some checks failed
GitHub Actions / build (18) (push) Has been cancelled
GitHub Actions / build (20) (push) Has been cancelled
GitHub Actions / build (22) (push) Has been cancelled
GitHub Actions / check (push) Has been cancelled

This commit is contained in:
becarta
2025-05-10 00:03:26 +02:00
parent 53cbc05c05
commit 1dba9e2d0d
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
---
title: 'Privacy Policy'
layout: '../layouts/MarkdownLayout.astro'
layout: '~/layouts/MarkdownLayout.astro'
---
_Last updated_: January 06, 2023

View File

@@ -1,6 +1,6 @@
---
title: 'Terms of Service'
layout: '../layouts/MarkdownLayout.astro'
layout: '~/layouts/MarkdownLayout.astro'
---
_Last updated_: January 06, 2023