feat: AcfImage component based on @nuxt/image

This commit is contained in:
2026-01-30 08:48:27 -05:00
parent bff7bce1f1
commit 4918c638ab
5 changed files with 147 additions and 1 deletions

View File

@@ -0,0 +1,9 @@
fragment AcfImage on MediaItem {
src: sourceUrl
alt: altText
mediaDetails {
width
height
}
objectPosition
}