mirror of
https://github.com/Yidadaa/ChatGPT-Next-Web.git
synced 2025-08-08 19:26:54 +08:00
feat: add tight border layout
This commit is contained in:
@@ -1,8 +1,6 @@
|
||||
/** @type {import('next').NextConfig} */
|
||||
|
||||
const withLess = require("next-with-less");
|
||||
|
||||
const nextConfig = withLess({
|
||||
const nextConfig = {
|
||||
experimental: {
|
||||
appDir: true,
|
||||
},
|
||||
@@ -14,6 +12,6 @@ const nextConfig = withLess({
|
||||
|
||||
return config;
|
||||
},
|
||||
});
|
||||
};
|
||||
|
||||
module.exports = nextConfig;
|
||||
|
Reference in New Issue
Block a user