* 为辣鸡 Next.js 写一堆 patch * 这辣鸡的构建过程居然需要数据库? 离谱 * 不支持简体中文就算了, 自己加载字体还要从 map 文件反编译你代码, 文档一点都没有, 就一个 demo, 到最后只能干替换文件这种 dirty 操作, 我就没见过这种离谱的库. * standalone 模式根本就不能用, node_modules 里少了好多东西
5 lines
94 B
JavaScript
5 lines
94 B
JavaScript
/** @type {import("next").NextConfig} */
|
|
const nextConfig = {};
|
|
|
|
module.exports = nextConfig;
|