fix: console.warn instead of warning()

This commit is contained in:
ayo 2026-04-21 22:00:37 +02:00
parent 6fdd41fb0b
commit a6743064de

View file

@ -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'
)
---