We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94500d3 commit d6e5ea6Copy full SHA for d6e5ea6
next.config.js
@@ -7,7 +7,7 @@ const nextConfig = {
7
source: '/:path*',
8
headers: [
9
{ key: 'Access-Control-Allow-Credentials', value: 'true' },
10
- { key: 'Access-Control-Allow-Origin', value: 'http://localhost:5173/' },
+ { key: 'Access-Control-Allow-Origin', value: '*' },
11
{ key: 'Access-Control-Allow-Methods', value: 'GET,OPTIONS,PATCH,DELETE,POST,PUT' },
12
{ key: 'Access-Control-Allow-Headers', value: 'X-CSRF-Token, X-Requested-With, Accept, Accept-Version, Content-Length, Content-MD5, Content-Type, Date, X-Api-Version, Authorization' },
13
],
0 commit comments