Add privacy route to journal route config
Route was missing from the explicit routes.ts, so typegen didn't generate types for it. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
9d51fd6b36
commit
4a721fc586
1 changed files with 1 additions and 0 deletions
|
|
@ -19,4 +19,5 @@ export default [
|
|||
route("activities/new", "routes/activities.new.tsx"),
|
||||
route("activities/:id", "routes/activities.$id.tsx"),
|
||||
route("users/:username", "routes/users.$username.tsx"),
|
||||
route("privacy", "routes/privacy.tsx"),
|
||||
] satisfies RouteConfig;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue