From 1202a834300a6bca80f465d762b070eada488148 Mon Sep 17 00:00:00 2001 From: sullivanpj Date: Tue, 15 Nov 2022 01:14:33 -0500 Subject: [PATCH] fix(web-landing): Added not found page --- apps/web/landing/ClientApp/app/not-found.tsx | 3 +++ apps/web/landing/OpenSystem.Web.Landing.csproj | 4 ---- apps/web/shell/OpenSystem.Web.Shell.csproj | 8 ++------ 3 files changed, 5 insertions(+), 10 deletions(-) create mode 100644 apps/web/landing/ClientApp/app/not-found.tsx diff --git a/apps/web/landing/ClientApp/app/not-found.tsx b/apps/web/landing/ClientApp/app/not-found.tsx new file mode 100644 index 000000000..5e4a872ea --- /dev/null +++ b/apps/web/landing/ClientApp/app/not-found.tsx @@ -0,0 +1,3 @@ +export default function NotFound() { + return "Couldn't find requested resource"; +} diff --git a/apps/web/landing/OpenSystem.Web.Landing.csproj b/apps/web/landing/OpenSystem.Web.Landing.csproj index 604fe77de..454d17c30 100644 --- a/apps/web/landing/OpenSystem.Web.Landing.csproj +++ b/apps/web/landing/OpenSystem.Web.Landing.csproj @@ -25,10 +25,6 @@ - - - - diff --git a/apps/web/shell/OpenSystem.Web.Shell.csproj b/apps/web/shell/OpenSystem.Web.Shell.csproj index fe8a6a881..7168dba21 100644 --- a/apps/web/shell/OpenSystem.Web.Shell.csproj +++ b/apps/web/shell/OpenSystem.Web.Shell.csproj @@ -14,8 +14,8 @@ enable - - + + @@ -25,10 +25,6 @@ - - - -