feat: add tight border layout

This commit is contained in:
Yidadaa
2023-03-13 03:21:48 +08:00
parent 14d50f1167
commit ff0cf2f9dc
6 changed files with 66 additions and 42 deletions

View File

@@ -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;