diff --git a/src/routes/about/+page.server.ts b/src/routes/about/+page.server.ts index da44fcd..5a97d4a 100644 --- a/src/routes/about/+page.server.ts +++ b/src/routes/about/+page.server.ts @@ -64,6 +64,10 @@ export const load: PageServerLoad = async () => { contact_title contact_blocks + + seo_title + seo_description + seo_image { id } } }`) const { data: { about, photos: photosIds }} = res diff --git a/src/routes/about/+page.svelte b/src/routes/about/+page.svelte index 0060add..5390848 100644 --- a/src/routes/about/+page.svelte +++ b/src/routes/about/+page.svelte @@ -196,9 +196,9 @@