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