Skip to content

Commit 8ffb737

Browse files
committed
chore: updated config to include cookies/middleware
1 parent 1388048 commit 8ffb737

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demos/middleware/middleware.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,8 +136,8 @@ export const config = {
136136
matcher: [
137137
'/api/:all*',
138138
'/headers',
139+
'/cookies/:path*',
139140
{ source: '/static' },
140-
{ source: '/cookies' },
141141
{ source: '/matcher-cookie'},
142142
{ source: '/shows/((?!99|88).*)' },
143143
{

0 commit comments

Comments
 (0)