Skip to content

Commit

Permalink
Replace foo with something more meaningful
Browse files Browse the repository at this point in the history
  • Loading branch information
delucis authored Jul 14, 2023
1 parent 7f7aa16 commit 11d8816
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/content/docs/en/reference/integrations-reference.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -201,9 +201,9 @@ A callback function to inject routes into an Astro project. Injected routes can
```js
injectRoute({
// Use Astro’s syntax for dynamic route syntax.
pattern: '/foo/[dynamic]',
pattern: '/subfolder/[dynamic]',
// Use relative path syntax for a local route.
entryPoint: './src/foo/dynamic-page.astro'
entryPoint: './src/dynamic-page.astro'
});
```

Expand Down

0 comments on commit 11d8816

Please sign in to comment.