chore: switch production domains to shumengya.top

This commit is contained in:
root
2026-04-18 15:07:37 +08:00
parent e69c0dd226
commit e3298c2660
4 changed files with 12 additions and 12 deletions

View File

@@ -1,7 +1,7 @@
import { defineConfig } from 'vite'
import react from '@vitejs/plugin-react'
// 生产:`.env.production` 中 VITE_API_URL=https://post.api.smyhub.com
// 生产:`.env.production` 中 VITE_API_URL=https://post.api.shumengya.top
// 开发:未设置时走相对路径 + server.proxy
export default defineConfig({
plugins: [react()],