Skip to content

Commit

Permalink
try to fix 404
Browse files Browse the repository at this point in the history
  • Loading branch information
sam-warren committed Jan 25, 2024
1 parent 47fcfd5 commit 844c573
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ import { Layout } from "../components/common/Layout/Layout";
export const appRouter = createBrowserRouter(
createRoutesFromElements(
<Route element={<Layout />}>
<Route path="/" element={<Navigate to="/login" />} />
<Route path="/login" element={<Login />} />
<Route path="/requestAccess" element={<RequestAccess />} />
<Route element={<PrivateRoutes />}>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ clientsClaim();
// This variable must be present somewhere in your service worker file,
// even if you decide not to use precaching.
const manifest = (self.__WB_MANIFEST || []).concat([
{
url: "/roadside-forms/",
revision: null,
},
// {
// url: "/roadside-forms/",
// revision: null,
// },
// {
// url: "/roadside-forms/static/media/BCID_RoadSafetyBC_logo_transparent.png",
// revision: null,
Expand Down

0 comments on commit 844c573

Please sign in to comment.