690331:1616 Correspondence Page Refactor by GPT-5.3-Codex Medium #03
CI / CD Pipeline / build (push) Successful in 15m34s
CI / CD Pipeline / deploy (push) Successful in 6m11s

This commit is contained in:
2026-03-31 16:16:12 +07:00
parent 156c28f49e
commit bf5c67fc7e
4 changed files with 60 additions and 28 deletions
+2 -1
View File
@@ -55,8 +55,9 @@ export const config = {
* - _next/static (static files)
* - _next/image (image optimization files)
* - favicon.ico (favicon file)
* - robots.txt (robots file)
* - images (public images)
*/
'/((?!api|_next/static|_next/image|favicon.ico|images).*)',
'/((?!api|_next/static|_next/image|favicon.ico|robots.txt|images).*)',
],
};