From 4e26cffcce4d3751603974b86a42f7c93452b0a8 Mon Sep 17 00:00:00 2001 From: Zynh0722 Date: Thu, 14 Mar 2024 16:51:00 -0700 Subject: [PATCH] don't include drafts in final build? --- astro.config.mjs | 1 - 1 file changed, 1 deletion(-) diff --git a/astro.config.mjs b/astro.config.mjs index 9df4522..4af624e 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -16,7 +16,6 @@ export default defineConfig({ robotsTxt(), ], markdown: { - drafts: true, remarkPlugins: [readTimePlugin], }, site: "https://zynh.me/",