Skip to content

Commit

Permalink
fix(C10.2): wrong path in example (#101)
Browse files Browse the repository at this point in the history
  • Loading branch information
ricayanzon authored Jul 18, 2024
1 parent 6536a00 commit 061d9aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/chapter10/02-authentication.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ export const config = {
};
```

> Note that `middleware.ts` should be directly in `src`, not in `app/src`.
> Note that `middleware.ts` should be directly in `src`, not in `src/app`.
Next, let's create the first version of the homepage `app/page.tsx`.

Expand Down

0 comments on commit 061d9aa

Please sign in to comment.