diff --git a/next.config.js b/next.config.js index ee69a2b..6d7290b 100644 --- a/next.config.js +++ b/next.config.js @@ -31,7 +31,7 @@ module.exports = removeImports({ headers: [ { key: "Access-Control-Allow-Origin", - value: process.env.BACKEND_URL + value: "*" }, { key: "Access-Control-Allow-Methods",