Abhinav-grd 3 년 전
부모
커밋
8e6fc35a0e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      next.config.js

+ 1 - 1
next.config.js

@@ -45,7 +45,7 @@ module.exports = withSentryConfig(
             async headers() {
                 return [
                     {
-                        // Apply these headers to all routes in your application.
+                        // Apply these headers to all routes in your application....
                         source: '/(.*)',
                         headers: COOP_COEP_Headers,
                     },