mirror of
https://github.com/Yidadaa/ChatGPT-Next-Web.git
synced 2025-09-25 13:49:18 +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