diff --git a/templates/website/src/endpoints/seed/image-3.ts b/templates/website/src/endpoints/seed/image-3.ts deleted file mode 100644 index 4f050e20261..00000000000 --- a/templates/website/src/endpoints/seed/image-3.ts +++ /dev/null @@ -1,67 +0,0 @@ -import type { Media } from '@/payload-types' - -export const image3: Omit = { - alt: 'Straight metallic shapes with an orange and blue gradient', - caption: { - root: { - type: 'root', - children: [ - { - type: 'paragraph', - children: [ - { - type: 'text', - detail: 0, - format: 0, - mode: 'normal', - style: '', - text: 'Photo by ', - version: 1, - }, - { - type: 'link', - children: [ - { - type: 'text', - detail: 0, - format: 0, - mode: 'normal', - style: '', - text: 'Andrew Kliatskyi', - version: 1, - }, - ], - direction: 'ltr', - fields: { - linkType: 'custom', - newTab: true, - url: 'https://unsplash.com/@kirp', - }, - format: '', - indent: 0, - version: 2, - }, - { - type: 'text', - detail: 0, - format: 0, - mode: 'normal', - style: '', - text: ' on Unsplash.', - version: 1, - }, - ], - direction: 'ltr', - format: '', - indent: 0, - textFormat: 0, - version: 1, - }, - ], - direction: 'ltr', - format: '', - indent: 0, - version: 1, - }, - }, -} diff --git a/templates/with-vercel-website/src/endpoints/seed/image-3.ts b/templates/with-vercel-website/src/endpoints/seed/image-3.ts deleted file mode 100644 index 4f050e20261..00000000000 --- a/templates/with-vercel-website/src/endpoints/seed/image-3.ts +++ /dev/null @@ -1,67 +0,0 @@ -import type { Media } from '@/payload-types' - -export const image3: Omit = { - alt: 'Straight metallic shapes with an orange and blue gradient', - caption: { - root: { - type: 'root', - children: [ - { - type: 'paragraph', - children: [ - { - type: 'text', - detail: 0, - format: 0, - mode: 'normal', - style: '', - text: 'Photo by ', - version: 1, - }, - { - type: 'link', - children: [ - { - type: 'text', - detail: 0, - format: 0, - mode: 'normal', - style: '', - text: 'Andrew Kliatskyi', - version: 1, - }, - ], - direction: 'ltr', - fields: { - linkType: 'custom', - newTab: true, - url: 'https://unsplash.com/@kirp', - }, - format: '', - indent: 0, - version: 2, - }, - { - type: 'text', - detail: 0, - format: 0, - mode: 'normal', - style: '', - text: ' on Unsplash.', - version: 1, - }, - ], - direction: 'ltr', - format: '', - indent: 0, - textFormat: 0, - version: 1, - }, - ], - direction: 'ltr', - format: '', - indent: 0, - version: 1, - }, - }, -}