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