mirror of
https://github.com/zen-browser/www.git
synced 2025-07-10 10:15:31 +02:00
refactor: Remove unnecessary output property in next.config.js
This commit is contained in:
parent
9fab23d159
commit
406ff44bb4
10 changed files with 21 additions and 171 deletions
|
@ -4,6 +4,6 @@ import {routing} from './i18n/routing';
|
|||
export default createMiddleware(routing);
|
||||
|
||||
export const config = {
|
||||
// Match only internationalized pathnames
|
||||
matcher: ['/', '/(de|en)/:path*']
|
||||
// Match only internationalized pathnames and all paths that dont start with static
|
||||
matcher: ['/', '/:path((?!_next|next|static).*)*'],
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue