mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-11-27 11:09:22 +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