Skip to content
This repository has been archived by the owner on Nov 27, 2024. It is now read-only.

Commit

Permalink
try page.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
syhner committed Mar 27, 2024
1 parent 73aff73 commit 0d96699
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/app/[[...slugs]]/route.ts

This file was deleted.

5 changes: 5 additions & 0 deletions src/app/page.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
import { app } from '~/routes';

export default function Page(request: Request) {
return app.handle(request);
}

0 comments on commit 0d96699

Please sign in to comment.