mirror of
https://github.com/ChatGPTNextWeb/NextChat.git
synced 2026-03-03 00:25:02 +08:00
fix: proxy api request
This commit is contained in:
@@ -16,7 +16,9 @@ const nextConfig = {
|
||||
});
|
||||
}
|
||||
|
||||
return ret;
|
||||
return {
|
||||
afterFiles: ret,
|
||||
};
|
||||
},
|
||||
webpack(config) {
|
||||
config.module.rules.push({
|
||||
|
||||
Reference in New Issue
Block a user