From b35e74ae7b7a375f48458fbc3a577ce352dd42b2 Mon Sep 17 00:00:00 2001 From: dihwang Date: Wed, 8 Apr 2026 13:18:43 +0900 Subject: [PATCH] =?UTF-8?q?=EC=9D=B4=EB=B2=88=EC=97=94=20=EB=90=A0?= =?UTF-8?q?=EA=B9=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- quartz.config.ts | 2 +- content/readme.md => readme.md | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename content/readme.md => readme.md (100%) diff --git a/quartz.config.ts b/quartz.config.ts index fbcff9c..abee1d9 100644 --- a/quartz.config.ts +++ b/quartz.config.ts @@ -89,7 +89,7 @@ const config: QuartzConfig = { Plugin.Favicon(), Plugin.NotFoundPage(), // Comment out CustomOgImages to speed up build time - Plugin.CustomOgImages(), + // Plugin.CustomOgImages(), ], }, } diff --git a/content/readme.md b/readme.md similarity index 100% rename from content/readme.md rename to readme.md