Skip to content

Commit

Permalink
Update routes.ts
Browse files Browse the repository at this point in the history
Signed-off-by: Logan McAnsh <logan@mcan.sh>
  • Loading branch information
mcansh authored Nov 16, 2024
1 parent 3238768 commit e37bd24
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/routes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ export const routes = [
route("/.well-known/*", "./routes/[.well-known].$.ts"),
route("/resume", "./routes/resume.tsx"),
route("/resume.pdf", "./routes/resume[.pdf].ts"),
route("/manifest.webmanifest", "./routes/manifest[.webmanifest].ts"),
] satisfies RouteConfig;

0 comments on commit e37bd24

Please sign in to comment.