From 2e26ed08a1662cf4f358a280b846e94c8d8816e6 Mon Sep 17 00:00:00 2001 From: Wanjohi <71614375+wanjohiryan@users.noreply.github.com> Date: Thu, 5 Sep 2024 17:33:46 +0300 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20fix:=20Change=20up=20the=20`/404`?= =?UTF-8?q?=20page?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/www/.gitignore | 4 + apps/www/src/routes/404.tsx | 350 +------------------------------ packages/ui/src/react/motion.tsx | 9 +- 3 files changed, 17 insertions(+), 346 deletions(-) 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 ( -
Whoops! The page you are looking for does not exist.
Go home?