From c82244a2adc36f7176a32f4911cf5dd979fa8166 Mon Sep 17 00:00:00 2001
From: Ayo
Date: Tue, 21 Apr 2026 21:10:03 +0200
Subject: [PATCH] feat: add warning comment and console message to /threads
placeholder page
---
src/pages/threads.astro | 10 +++++++++-
1 file changed, 9 insertions(+), 1 deletion(-)
diff --git a/src/pages/threads.astro b/src/pages/threads.astro
index e475e1b..6bfe2c6 100644
--- a/src/pages/threads.astro
+++ b/src/pages/threads.astro
@@ -1,4 +1,7 @@
---
+/**
+ * The code for /threads in production is in: https://git.ayo.run/ayo/threads
+ */
import Layout from '../layouts/Layout.astro'
import Footer from '../components/Footer.astro'
@@ -6,6 +9,10 @@ const page = {
title: "Ayo's Threads",
description: 'Incubator for thoughts before the become a blog',
}
+
+console.warning(
+ 'The code for /threads in production is in: https://git.ayo.run/ayo/threads'
+)
---
@@ -33,7 +40,8 @@ const page = {
Anyway, for questions don't hesitate to contact me
+ href="https://ayo.ayco.io/about#contact">contact me