diff --git a/apps/www/.gitignore b/apps/www/.gitignore index c0eb215e..31447a25 100644 --- a/apps/www/.gitignore +++ b/apps/www/.gitignore @@ -42,3 +42,7 @@ lerna-debug.log* # Cloudflare functions/**/*.js + +#Typescript +*.tsbuildinfo +tmp diff --git a/apps/www/src/routes/404.tsx b/apps/www/src/routes/404.tsx index 18a4c2e9..fcfe07d5 100644 --- a/apps/www/src/routes/404.tsx +++ b/apps/www/src/routes/404.tsx @@ -1,350 +1,18 @@ +/* eslint-disable qwik/jsx-img */ import { component$ } from "@builder.io/qwik"; import { Link } from "@builder.io/qwik-city"; export default component$(() => { return ( -
-

404

-

Whoops! The page you are looking for does not exist. 
Go home?

-