chore: finished migration
This commit is contained in:
parent
0e58e8c7e2
commit
97acbbd226
16 changed files with 80 additions and 59 deletions
|
|
@ -1,3 +1,9 @@
|
|||
<script>
|
||||
import SEO from '$components/SEO.svelte';
|
||||
</script>
|
||||
|
||||
<SEO />
|
||||
|
||||
<h1>Privacy Policy for AlexDaichendt</h1>
|
||||
|
||||
<p>
|
||||
|
|
|
|||
|
|
@ -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.',
|
||||
},
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue