From 4b2b3df87c60687391d000de5582965fc311e6b0 Mon Sep 17 00:00:00 2001
From: pure-js <3690368+pure-js@users.noreply.github.com>
Date: Tue, 26 Sep 2023 13:16:05 +0400
Subject: [PATCH] fix: 404 page
---
src/index.jsx | 8 ++++----
src/pages/[all].tsx | 7 +++++++
2 files changed, 11 insertions(+), 4 deletions(-)
diff --git a/src/index.jsx b/src/index.jsx
index fb751935..7a94b553 100644
--- a/src/index.jsx
+++ b/src/index.jsx
@@ -51,12 +51,12 @@ const router = createBrowserRouter(
},
],
},
- {
- path: '*',
- element:
No match for {location.pathname}