diff --git a/web/src/pages/sitemap.astro b/web/src/pages/sitemap.astro new file mode 100644 index 0000000..7a98a77 --- /dev/null +++ b/web/src/pages/sitemap.astro @@ -0,0 +1,148 @@ +--- + + +import Layout from '@layouts/Layout.astro'; +import type { AwesomePrivacy } from '../types/Service'; +import { fetchData, slugify } from '@utils/fetch-data'; + +const categories = (await fetchData() as AwesomePrivacy)?.categories || []; + +--- + + +
+

Sitemap

+

+ Below is a full listing of all pages on this site.
+ As reflected in our sitemap.xml +

+ + +
+ +
+ +