chore: 删除e2e测试相关的初始化文件和快照文件

清理不再需要的测试初始化文件和视觉回归测试的快照文件,以保持代码库整洁
This commit is contained in:
张翔
2026-03-27 09:56:57 +08:00
parent f76137b8b0
commit 7a38eae6e0
421 changed files with 673 additions and 34387 deletions
+4 -1
View File
@@ -1,9 +1,12 @@
import type { NextConfig } from "next";
const isDev = process.env.NODE_ENV === 'development';
const cdnDomain = process.env.CDN_DOMAIN || 'https://cdn.novalon.cn';
const nextConfig: NextConfig = {
distDir: 'dist',
output: 'standalone',
assetPrefix: isDev ? undefined : cdnDomain,
images: {
remotePatterns: [
{
@@ -103,4 +106,4 @@ const nextConfig: NextConfig = {
},
};
export default nextConfig;
export default nextConfig;