diff --git a/src/routes/about/+page.server.ts b/src/routes/about/+page.server.ts index f3d7cf3..211a586 100644 --- a/src/routes/about/+page.server.ts +++ b/src/routes/about/+page.server.ts @@ -19,21 +19,20 @@ export const load: PageServerLoad = async () => { about { description - intro_firstphoto { - id - title - } - intro_portraits { - id - title - } + intro_firstphoto { id, title } + intro_firstphoto_caption + intro_portraits { id, title } intro_text intro_firstlocation { slug + name country { - flag { id } + flag { id, title } slug } + illustration_desktop { id } + illustration_desktop_2x { id } + illustration_mobile { id } } purpose_text diff --git a/src/routes/about/+page.svelte b/src/routes/about/+page.svelte index 812258f..9886b91 100644 --- a/src/routes/about/+page.svelte +++ b/src/routes/about/+page.svelte @@ -3,28 +3,31 @@