Remove excerpt from seeds
This commit is contained in:
parent
8e746097b3
commit
ddea953321
1 changed files with 0 additions and 2 deletions
|
|
@ -195,7 +195,6 @@ async function main() {
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
excerpt: 'Welcome to my new blog powered by a custom CMS with simplified post types.',
|
|
||||||
tags: ['announcement', 'meta', 'cms'],
|
tags: ['announcement', 'meta', 'cms'],
|
||||||
status: 'published',
|
status: 'published',
|
||||||
publishedAt: new Date()
|
publishedAt: new Date()
|
||||||
|
|
@ -242,7 +241,6 @@ async function main() {
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
excerpt: 'Exploring the balance between flexibility and constraints in design systems.',
|
|
||||||
tags: ['design', 'systems', 'ux'],
|
tags: ['design', 'systems', 'ux'],
|
||||||
status: 'published',
|
status: 'published',
|
||||||
publishedAt: new Date(Date.now() - 172800000) // 2 days ago
|
publishedAt: new Date(Date.now() - 172800000) // 2 days ago
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue