mirror of
https://github.com/Yidadaa/ChatGPT-Next-Web.git
synced 2025-09-06 07:56:59 +08:00
feat: seperate chat page
This commit is contained in:
@@ -11,7 +11,9 @@ const nextConfig = {
|
||||
webpack(config) {
|
||||
config.module.rules.push({
|
||||
test: /\.svg$/,
|
||||
use: ["@svgr/webpack"],
|
||||
use: [
|
||||
"@svgr/webpack",
|
||||
],
|
||||
});
|
||||
|
||||
if (disableChunk) {
|
||||
|
Reference in New Issue
Block a user