trigger ci

This commit is contained in:
Stephen Zhou 2026-03-31 16:46:30 +08:00
parent 26d0778da2
commit 4493a41c50
No known key found for this signature in database

View File

@ -4,6 +4,7 @@ import { codeInspectorPlugin } from 'code-inspector-plugin'
import { env } from './env'
const isDev = process.env.NODE_ENV === 'development'
const withMDX = createMDX()
const nextConfig: NextConfig = {