Skip to content

Commit

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

1 comment on commit c1f9346

@vercel
Copy link

@vercel vercel bot commented on c1f9346 Jan 24, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.