refactor: 移除未使用的代码和资源,优化项目结构
- 删除未使用的图片、SVG图标和组件 - 清理废弃的代码文件和依赖项 - 简化UI组件接口定义 - 更新部分文案为中文 - 移除博客相关功能 - 添加Telegram联系方式
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
import { withContentCollections } from "@content-collections/next";
|
||||
|
||||
/** @type {import('next').NextConfig} */
|
||||
const nextConfig = {
|
||||
reactStrictMode: true,
|
||||
@@ -30,5 +28,4 @@ const nextConfig = {
|
||||
},
|
||||
};
|
||||
|
||||
// withContentCollections must be the outermost plugin
|
||||
export default withContentCollections(nextConfig);
|
||||
export default nextConfig;
|
||||
|
||||
Reference in New Issue
Block a user