Skip to content

Commit ce3f5fb

Browse files
committed
fix: remove withCredentials option from axios instance
1 parent accfdce commit ce3f5fb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/api/axios.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ const url = process.env.GATSBY_BACKEND_URL || defaultPath;
66

77
const instance = axios.create({
88
baseURL: url,
9-
withCredentials: true,
109
});
1110

1211
export default instance;

0 commit comments

Comments
 (0)