Skip to content

Commit

Permalink
Merge branch 'develop' into feature/typescript-project
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholasio committed May 22, 2024
2 parents dd5a471 + c5ee72b commit 1588e31
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion projects/wp-multisite-i18n-nextjs/src/middleware.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export const config = {
* 3. /fonts (inside /public)
* 4. all root files inside /public (e.g. /favicon.ico)
*/
'/((?!api|_next|fonts[\\w-]+\\.\\w+).*)',
'/((?!api|cache-healthcheck|_next|fonts[\\w-]+\\.\\w+).*)',
],
};

Expand Down
2 changes: 1 addition & 1 deletion projects/wp-multisite-nextjs/src/middleware.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export const config = {
* 3. /fonts (inside /public)
* 4. all root files inside /public (e.g. /favicon.ico)
*/
'/((?!api|_next|fonts[\\w-]+\\.\\w+).*)',
'/((?!api|cache-healthcheck|_next|fonts[\\w-]+\\.\\w+).*)',
],
};

Expand Down
2 changes: 1 addition & 1 deletion projects/wp-nextjs/src/middleware.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export const config = {
* 3. /fonts (inside /public)
* 4. all root files inside /public (e.g. /favicon.ico)
*/
'/((?!api|_next|fonts[\\w-]+\\.\\w+).*)',
'/((?!api|cache-healthcheck|_next|fonts[\\w-]+\\.\\w+).*)',
],
};

Expand Down

0 comments on commit 1588e31

Please sign in to comment.