Abhinav-grd 3 years ago
parent
commit
8e6fc35a0e
1 changed files with 1 additions and 1 deletions
  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,
                     },