diff options
Diffstat (limited to 'apps/web')
| -rw-r--r-- | apps/web/next.config.mjs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/web/next.config.mjs b/apps/web/next.config.mjs index 041ab6b3..b661bd5c 100644 --- a/apps/web/next.config.mjs +++ b/apps/web/next.config.mjs @@ -18,7 +18,7 @@ const nextConfig = withPWA({ // Allow for specific domains to have access or * for all { key: "Access-Control-Allow-Origin", - value: "chrome-extension://olmdabfolepgfmjhmikngmfekcdgjinp", + value: "chrome-extension://kgcjekpmcjjogibpjebkhaanilehneje", }, // Allows for specific methods accepted { |
