Skip to content

Commit 066aad5

Browse files
committed
fix(nuxt): review comments
1 parent ecc09ad commit 066aad5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/content/docs/developer-tools/sdks/backend/nuxt-module.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -105,12 +105,12 @@ NUXT_KINDE_POST_LOGIN_REDIRECT_URL=<where_your_project_is_running>
105105

106106
It’s likely that your project will have both pages that are publicly available and private ones which should only be available to logged in users.
107107

108-
Route protection is setup in within the `routeRules` in `nuxt.config.ts`
108+
Route protection is set up in within the `routeRules` in `nuxt.config.ts`
109109

110110
In the below example,
111111

112-
- `/**` - This protected all routes redirecting the the login route.
113-
- `/dashboard` - route is protected to users with `admin` permissions.
112+
- `/**` - This protected all routes redirecting the login route.
113+
- `/dashboard` - route is protected for users with `admin` permissions.
114114
- `/public` - this is flagged as a public route and will be open to all visitors.
115115

116116
```jsx

0 commit comments

Comments
 (0)