-
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* web - update to nextra 3 * web - update to nextra 3 * web - fix unit tests * web - fix format * web - fix api docs
- Loading branch information
1 parent
95cd2ba
commit 6c31811
Showing
86 changed files
with
2,917 additions
and
4,471 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,5 @@ | ||
export { locales as middleware } from "nextra/locales"; | ||
export { middleware } from "nextra/locales"; | ||
|
||
export const config = { | ||
matcher: ["/((?!_next/static|_next/image|favicon.ico|images|manifest).*)"], | ||
}; |
Oops, something went wrong.