seo...
All checks were successful
deploy to production / deploy (push) Successful in 34s

This commit is contained in:
2023-11-19 18:16:14 +00:00
parent 86d8720c00
commit 63fa3c2846
9 changed files with 48 additions and 10 deletions

2
types/global.d.ts vendored
View File

@@ -60,6 +60,8 @@ type Column =
interface MediaLibrary {
file: FileField
alt: string
title: string
id: string
}