Skip to content

Commit

Permalink
Update next.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
spicermatthews authored Jan 25, 2024
1 parent c1f9346 commit 8e5f365
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,11 @@ const nextConfig = {
key: 'Service-Worker-Allowed',
value: `${basePath}/`, // e.g., /newtab/
},
],
},
{
source: '*',
headers: [
{
key: "Access-Control-Allow-Origin",
value: "*"
Expand Down

0 comments on commit 8e5f365

Please sign in to comment.