mirror of
https://github.com/snowykami/neo-blog.git
synced 2025-09-05 16:56:22 +00:00
⚡️ feat: 在前端服务中添加端口映射,并在API客户端中记录后端URL
This commit is contained in:
@ -21,7 +21,6 @@ const nextConfig: NextConfig = {
|
||||
],
|
||||
},
|
||||
async rewrites() {
|
||||
console.log('Using development API base URL:', BACKEND_URL)
|
||||
return [
|
||||
{
|
||||
source: '/api/:path*',
|
||||
|
Reference in New Issue
Block a user