diff --git a/README.md b/README.md index 57f88cf8e1a..28d84696a91 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,6 @@ Some stand-out features: - Just-in-time rendering on the edge. - Island based client hydration for maximum interactivity. - Zero runtime overhead: no JS is shipped to the client by default. -- No build step. - No configuration necessary. - TypeScript support out of the box. - File-system routing à la Next.js. diff --git a/docs/latest/introduction/index.md b/docs/latest/introduction/index.md index 87960c26c31..86be3fca77a 100644 --- a/docs/latest/introduction/index.md +++ b/docs/latest/introduction/index.md @@ -30,7 +30,6 @@ for the best experience. Some stand out features: -- No build step - Zero config necessary - JIT rendering on the edge - Tiny & fast (no client JS is required by the framework) diff --git a/www/routes/index.tsx b/www/routes/index.tsx index 17fdeed2deb..8af2ee52d2f 100644 --- a/www/routes/index.tsx +++ b/www/routes/index.tsx @@ -125,13 +125,6 @@ function Features() { -