From ddea9533218cc5317bd437f176500410bd317c30 Mon Sep 17 00:00:00 2001 From: Justin Edmund Date: Mon, 2 Jun 2025 15:43:58 -0700 Subject: [PATCH] Remove excerpt from seeds --- prisma/seed.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/prisma/seed.ts b/prisma/seed.ts index 02aaa61..551ae57 100644 --- a/prisma/seed.ts +++ b/prisma/seed.ts @@ -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'], status: 'published', 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'], status: 'published', publishedAt: new Date(Date.now() - 172800000) // 2 days ago