Skip to content

Commit

Permalink
docs: export route config in routing chapter (denoland#604)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucacasonato authored Aug 9, 2022
1 parent 660e0f5 commit 7b0c190
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/concepts/routing.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ This pattern will be used instead of the file path based pattern:

import { RouteConfig } from "$fresh/runtime.ts";

const config: RouteConfig = {
export const config: RouteConfig = {
routeOverride: "/x/:module@:version/:path*",
};

Expand Down

0 comments on commit 7b0c190

Please sign in to comment.