feat(BOOK-609): Using embedded url for assets instead of href since that is not updated when the asset is updated)
* feat(BOOK-609): Updated refs handling for assets inside content pages Approved-by: Linus Flood
This commit is contained in:
@@ -19,4 +19,6 @@ export const assetSystemSchema = z.object({
|
||||
|
||||
export interface AssetSystem {
|
||||
system: z.output<typeof assetSystemSchema>
|
||||
url?: string | null
|
||||
permanent_url?: string | null
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user