From a4be93f206ed99260cd27d84d9043795604db622 Mon Sep 17 00:00:00 2001 From: Cassidy Williams <1454517+cassidoo@users.noreply.github.com> Date: Mon, 1 Jan 2024 23:39:17 -0600 Subject: [PATCH] Make updated not required in Tina --- src/posts/here-come-the-2013-mashups.md | 1 - tina/config.js | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/posts/here-come-the-2013-mashups.md b/src/posts/here-come-the-2013-mashups.md index 1bcc6ce..12f3a45 100644 --- a/src/posts/here-come-the-2013-mashups.md +++ b/src/posts/here-come-the-2013-mashups.md @@ -6,7 +6,6 @@ description: Here's some of my favorite mashup music of the year! tags: - personal added: 2013-12-30T06:00:00.000Z -updated: 2013-12-31T06:00:00.000Z --- Hey friends! diff --git a/tina/config.js b/tina/config.js index f463c73..2e0aea7 100644 --- a/tina/config.js +++ b/tina/config.js @@ -84,7 +84,7 @@ export default defineConfig({ name: "updated", type: "datetime", dateFormat: "MMM DD YYYY", - required: true, + required: false, }, { type: "rich-text",