Skip to content

Commit

Permalink
docs: Fix config.ts of example-app-router
Browse files Browse the repository at this point in the history
  • Loading branch information
amannn authored Aug 21, 2024
1 parent 3ef6bea commit a43ed9e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions examples/example-app-router/src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@ export const pathnames = {
'/pathnames': {
en: '/pathnames',
de: '/pfadnamen'
},
'/users/[id]': {
en: '/users/[id]',
de: '/benutzer/[id]'
}
} satisfies Pathnames<typeof locales>;

Expand Down

0 comments on commit a43ed9e

Please sign in to comment.