Skip to content

Commit 36596ea

Browse files
chore: add a comma for prefix concerts arr (#12776)
1 parent d47f65d commit 36596ea

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

contributors.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,7 @@
209209
- MichaelDeBoey
210210
- michal-antczak
211211
- miguelvictor
212+
- MihailProcudin
212213
- mikib0
213214
- minami-minami
214215
- minthulim

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ export default [
7878
...prefix("concerts", [
7979
index("./concerts/home.tsx"),
8080
route(":city", "./concerts/city.tsx"),
81-
route(":city/:id", "./concerts/show.tsx")
81+
route(":city/:id", "./concerts/show.tsx"),
8282
route("trending", "./concerts/trending.tsx"),
8383
]),
8484
] satisfies RouteConfig;

0 commit comments

Comments
 (0)