chore: finished migration

This commit is contained in:
Alexander Daichendt 2022-08-22 15:36:05 +02:00
parent 0e58e8c7e2
commit 97acbbd226
16 changed files with 80 additions and 59 deletions

View file

@ -1,3 +1,9 @@
<script>
import SEO from '$components/SEO.svelte';
</script>
<SEO />
<h1>Privacy Policy for AlexDaichendt</h1>
<p>

View file

@ -1,10 +1,9 @@
export async function load() {
throw new Error("@migration task: Migrate this return statement (https://github.com/sveltejs/kit/discussions/5774#discussioncomment-3292693)");
return {
stuff: {
seo: {
title: 'Privacy',
description:
'The privacy policy I have to include even though I don"t collect any data or use shady services.',
'The privacy policy I have to include even though I do not collect any data or use shady services.',
},
};
}