We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc692c9 commit 26359b8Copy full SHA for 26359b8
nuxt.config.ts
@@ -11,7 +11,7 @@ export default defineNuxtConfig({
11
target: process.env.API_URL,
12
changeOrigin: true,
13
headers: {Authorization: 'Bearer ' + process.env.API_KEY},
14
-
+ secure: false,
15
}
16
},
17
cors: false
0 commit comments