feat(SW-200): refactoring SEO metadata handling and added functionality for static pages

This commit is contained in:
Erik Tiekstra
2024-11-14 07:22:38 +01:00
parent 92ad7192b1
commit 28738d7161
17 changed files with 278 additions and 217 deletions
-5
View File
@@ -1,5 +0,0 @@
import { z } from "zod"
import { getMetaDataSchema } from "@/server/routers/contentstack/schemas/metadata"
export interface MetaData extends z.infer<typeof getMetaDataSchema> {}