Skip to content

Commit

Permalink
remove datasets from url path
Browse files Browse the repository at this point in the history
  • Loading branch information
nicokant committed Oct 24, 2024
1 parent 14d5df0 commit 8c7afe4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/viewer/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import { Toaster } from "react-hot-toast";

export const viewerRoute = new Route({
component: Viewer,
path: "datasets/$mapSlug",
path: "/$mapSlug",
getParentRoute: () => rootRoute,
errorComponent: MapErrorComponent,
});
Expand Down

0 comments on commit 8c7afe4

Please sign in to comment.