We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d47f65d commit 36596eaCopy full SHA for 36596ea
contributors.yml
@@ -209,6 +209,7 @@
209
- MichaelDeBoey
210
- michal-antczak
211
- miguelvictor
212
+- MihailProcudin
213
- mikib0
214
- minami-minami
215
- minthulim
docs/index.md
@@ -78,7 +78,7 @@ export default [
78
...prefix("concerts", [
79
index("./concerts/home.tsx"),
80
route(":city", "./concerts/city.tsx"),
81
- route(":city/:id", "./concerts/show.tsx")
+ route(":city/:id", "./concerts/show.tsx"),
82
route("trending", "./concerts/trending.tsx"),
83
]),
84
] satisfies RouteConfig;
0 commit comments