Skip to content

Commit

Permalink
chore: add a comma for prefix concerts arr (#12776)
Browse files Browse the repository at this point in the history
  • Loading branch information
MihailProcudin authored Jan 20, 2025
1 parent d47f65d commit 36596ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions contributors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,7 @@
- MichaelDeBoey
- michal-antczak
- miguelvictor
- MihailProcudin
- mikib0
- minami-minami
- minthulim
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ export default [
...prefix("concerts", [
index("./concerts/home.tsx"),
route(":city", "./concerts/city.tsx"),
route(":city/:id", "./concerts/show.tsx")
route(":city/:id", "./concerts/show.tsx"),
route("trending", "./concerts/trending.tsx"),
]),
] satisfies RouteConfig;
Expand Down

0 comments on commit 36596ea

Please sign in to comment.