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 c5518f9 commit 03e3028Copy full SHA for 03e3028
src/api/axios.ts
@@ -6,7 +6,7 @@ const url = process.env.GATSBY_BACKEND_URL || defaultPath;
6
7
const instance = axios.create({
8
baseURL: url,
9
- withCredentials: true,
+ withCredentials: false,
10
});
11
12
export default instance;
0 commit comments