We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94293c2 commit efc9b90Copy full SHA for efc9b90
config.example.yaml
next.config.ts
@@ -2,7 +2,7 @@ import type { NextConfig } from 'next';
2
3
const nextConfig: NextConfig = {
4
/* config options here */
5
- assetPrefix: process.env.NODE_ENV === 'production' ? 'https://www.kaiyuanshe.top' : undefined,
+ assetPrefix: process.env.NODE_ENV === 'production' ? 'https://www.kaiyuanshe.cn' : undefined,
6
eslint: {
7
ignoreDuringBuilds: true, // 忽略 eslint 检查
8
},
0 commit comments