Skip to content

Commit 66a092c

Browse files
committed
chore: update routes
1 parent f546e4c commit 66a092c

File tree

3 files changed

+1
-34
lines changed

3 files changed

+1
-34
lines changed

src/pages/ssg.tsx

Lines changed: 0 additions & 33 deletions
This file was deleted.
File renamed without changes.

src/routes.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ type RouteExtended = RouteProps & {
1313

1414
const routes: Route[] = [
1515
{ path: "/", import: () => import("~/pages") },
16-
{ path: "/:name", import: () => import("~/pages/[name]") },
16+
{ path: "/:name", import: () => import("~/pages/ssr") },
1717
];
1818

1919
const isServerSide = typeof window === "undefined";

0 commit comments

Comments
 (0)