next13 react项目 setupProxy.js 不起作用?-灵析社区

脑洞大咖

// next.config.js module.exports = { async rewrites() { return [ { source: "/api/:path*", destination: "https://www.examole.com/:path*", }, ] } }

阅读量:1

点赞量:0

问AI