From 2a81ad57a29b210000b340669b785fbc93c3af8f Mon Sep 17 00:00:00 2001 From: devleejb Date: Fri, 19 Jan 2024 10:39:53 +0900 Subject: [PATCH 01/12] Change router path --- frontend/src/App.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/App.tsx b/frontend/src/App.tsx index 870f0898..ed5de191 100755 --- a/frontend/src/App.tsx +++ b/frontend/src/App.tsx @@ -13,11 +13,11 @@ import { selectConfig } from "./store/configSlice"; const router = createBrowserRouter([ { - path: "/", + path: ":documentId", element: , children: [ { - path: ":documentId", + path: "", element: , }, ], From a9a135bcd69c23aac7af6ac73c7126b0980d12c6 Mon Sep 17 00:00:00 2001 From: devleejb Date: Fri, 19 Jan 2024 10:46:52 +0900 Subject: [PATCH 02/12] Add favicon --- frontend/index.html | 8 ++++++-- frontend/public/favicon-16x16.png | Bin 0 -> 523 bytes frontend/public/favicon-32x32.png | Bin 0 -> 915 bytes frontend/public/favicon-512x512.png | Bin 0 -> 4188 bytes frontend/public/favicon.ico | Bin 0 -> 16958 bytes 5 files changed, 6 insertions(+), 2 deletions(-) create mode 100644 frontend/public/favicon-16x16.png create mode 100644 frontend/public/favicon-32x32.png create mode 100644 frontend/public/favicon-512x512.png create mode 100644 frontend/public/favicon.ico diff --git a/frontend/index.html b/frontend/index.html index 6004d283..aa9e1caf 100755 --- a/frontend/index.html +++ b/frontend/index.html @@ -2,9 +2,13 @@ - + + + + - Vite + React + TS + + CodePair