From 38cc9bdf26d7f6039f4da8fe3ee884cfd329443e Mon Sep 17 00:00:00 2001 From: Ted Robertson <10043369+tredondo@users.noreply.github.com> Date: Mon, 27 Apr 2026 22:46:18 -0700 Subject: [PATCH] www: remove claim that node_modules is not necessary --- www/components/homepage/Hero.tsx | 2 +- www/components/homepage/Simple.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/www/components/homepage/Hero.tsx b/www/components/homepage/Hero.tsx index 14ee4b83747..db90a5eaa22 100644 --- a/www/components/homepage/Hero.tsx +++ b/www/components/homepage/Hero.tsx @@ -14,7 +14,7 @@ export function Hero() { The framework so simple, you already know it.
- No config files, no build step, no node_modules. Just one file and + No config files, no build step. Just one file and you have a server with routing, JSX, and islands.
- No config files, no build step, no node_modules. Just one file and you + No config files, no build step. Just one file and you have a server with routing, JSX, and islands.