load headers on all pages

This commit is contained in:
Abhinav-grd 2021-08-29 19:33:30 +05:30
parent dac0b35a9b
commit a6b0af2179

View file

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