From 65d4be56adf358c50184e7b996a9483af7aab1a6 Mon Sep 17 00:00:00 2001 From: grassblock Date: Sun, 18 May 2025 12:58:33 +0800 Subject: [PATCH] fix: search result points to the 404 page --- src/components/Search.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Search.astro b/src/components/Search.astro index 255277f..b115350 100644 --- a/src/components/Search.astro +++ b/src/components/Search.astro @@ -60,7 +60,7 @@ const html = results .map(result => `
- + ${result.item.title} ${new Date(result.item.pubDate).toISOString().split('T')[0]}