Add Privacy and Terms demo pages

This commit is contained in:
prototypa
2023-01-06 13:50:58 -05:00
parent fa2be032e7
commit ecdcf99958
6 changed files with 376 additions and 7 deletions

View File

@ -1,5 +1,5 @@
---
import { SITE, BLOG } from '~/config.mjs';
import { BLOG } from '~/config.mjs';
import Layout from '~/layouts/PageLayout.astro';
import SinglePost from '~/components/blog/SinglePost.astro';