added image support
Build and Deploy / build-and-deploy (push) Successful in 6m50s

This commit is contained in:
2026-05-18 07:01:11 +02:00
parent 58f7ca2d5c
commit 92a80e8759
9 changed files with 25 additions and 546 deletions
+1 -3
View File
@@ -1,5 +1,3 @@
import { postSchema } from './post'
import { pageSchema } from './page'
import { theaterHomepageSchema } from './theaterHomepage'
export const schemaTypes = [postSchema, pageSchema, theaterHomepageSchema]
export const schemaTypes = [theaterHomepageSchema]