✨ Add Google Tag Manager (#185)
This commit is contained in:
@ -21,6 +21,7 @@ const metadataSchema = z.object({
|
||||
imageUrl: z.string().optional(),
|
||||
favIconUrl: z.string().optional(),
|
||||
customHeadCode: z.string().optional(),
|
||||
googleTagManagerId: z.string().optional(),
|
||||
})
|
||||
|
||||
export const settingsSchema = z.object({
|
||||
|
Reference in New Issue
Block a user