Skip to content

Commit

Permalink
docs: Update middleware.mdx [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
amannn authored Jul 10, 2023
1 parent ff327ea commit ed10033
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/pages/docs/routing/middleware.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ export default createMiddleware({

If you want to localize the pathnames of your app, you can accomplish this by using appropriate [rewrites](https://nextjs.org/docs/api-reference/next.config.js/rewrites).

```js filename="next.config.js" {8-9}
```js filename="next.config.js" {7-8}
const withNextIntl = require('next-intl/plugin')();

module.exports = withNextIntl({
Expand Down

3 comments on commit ed10033

@vercel
Copy link

@vercel vercel bot commented on ed10033 Jul 10, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

example-next-13-next-auth – ./examples/example-next-13-next-auth

example-next-13-next-auth-git-main-next-intl.vercel.app
example-next-13-next-auth.vercel.app
example-next-13-next-auth-next-intl.vercel.app

@vercel
Copy link

@vercel vercel bot commented on ed10033 Jul 10, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

next-intl-example-next-13 – ./examples/example-next-13

next-intl-example-next-13.vercel.app
next-intl-example-next-13-next-intl.vercel.app
next-intl-example-next-13-git-main-next-intl.vercel.app

@vercel
Copy link

@vercel vercel bot commented on ed10033 Jul 10, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

next-intl-docs – ./docs

next-intl-docs.vercel.app
next-intl-docs-git-main-next-intl.vercel.app
next-intl-docs-next-intl.vercel.app

Please sign in to comment.