From a6743064deac7fc81917b8616d9fd3a07fb546a2 Mon Sep 17 00:00:00 2001 From: Ayo Date: Tue, 21 Apr 2026 22:00:37 +0200 Subject: [PATCH] fix: console.warn instead of warning() --- src/pages/threads.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/threads.astro b/src/pages/threads.astro index 6bfe2c6..1974486 100644 --- a/src/pages/threads.astro +++ b/src/pages/threads.astro @@ -10,7 +10,7 @@ const page = { description: 'Incubator for thoughts before the become a blog', } -console.warning( +console.warn( 'The code for /threads in production is in: https://git.ayo.run/ayo/threads' ) ---