Skip to content

Commit efc9b90

Browse files
committed
fix: next config
1 parent 94293c2 commit efc9b90

File tree

2 files changed

+1
-32
lines changed

2 files changed

+1
-32
lines changed

config.example.yaml

Lines changed: 0 additions & 31 deletions
This file was deleted.

next.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import type { NextConfig } from 'next';
22

33
const nextConfig: NextConfig = {
44
/* config options here */
5-
assetPrefix: process.env.NODE_ENV === 'production' ? 'https://www.kaiyuanshe.top' : undefined,
5+
assetPrefix: process.env.NODE_ENV === 'production' ? 'https://www.kaiyuanshe.cn' : undefined,
66
eslint: {
77
ignoreDuringBuilds: true, // 忽略 eslint 检查
88
},

0 commit comments

Comments
 (0)