One more copy button

This commit is contained in:
Bjørn Erik Pedersen 2025-02-26 20:21:57 +01:00
parent 94bce999a2
commit 3c555d5f8a
No known key found for this signature in database

View File

@ -127,7 +127,7 @@ export default defineConfig({
Type/schema definition:
{{< code file=schemaTypes/postType.ts >}}
{{< code file=schemaTypes/postType.ts copy=true >}}
import {defineField, defineType} from 'sanity'
export const postType = defineType({