fix(guide): optimize redirects on middleware level

This commit is contained in:
iCrawl
2023-04-16 17:42:05 +02:00
parent f2fce0a7da
commit eda118dae9
2 changed files with 2 additions and 4 deletions

View File

@@ -5,5 +5,5 @@ export default async function middleware(request: NextRequest) {
}
export const config = {
matcher: ['/'],
matcher: ['/', '/guide'],
};