chore: add cookies page to matcher

This commit is contained in:
Sosokker 2024-12-14 17:09:16 +07:00
parent 6d9cc8a398
commit b75656e163

View File

@ -14,6 +14,6 @@ export const config = {
* - favicon.ico (favicon file)
* Feel free to modify this pattern to include more paths.
*/
"/((?!_next/static|_next/image|$|favicon.ico|payment-success|verify|terms|contact|risks|about|privacy|reset|.*\\.(?:svg|png|jpg|jpeg|gif|webp)$).*)",
"/((?!_next/static|_next/image|$|favicon.ico|payment-success|verify|terms|contact|risks|about|privacy|reset|cookies|.*\\.(?:svg|png|jpg|jpeg|gif|webp)$).*)",
],
};