diff --git a/app/lish/createPub/updatePublication.ts b/app/lish/createPub/updatePublication.ts index 81a87aa2..a9bd3e56 100644 --- a/app/lish/createPub/updatePublication.ts +++ b/app/lish/createPub/updatePublication.ts @@ -278,6 +278,7 @@ export async function updatePublicationTheme({ return withPublicationUpdate(uri, async ({ normalizedPub, existingBasePath, publicationType, agent }) => { // Build theme object const themeData = { + $type: "pub.leaflet.publication#theme" as const, backgroundImage: theme.backgroundImage ? { $type: "pub.leaflet.theme.backgroundImage",