fix:增加seo优化

This commit is contained in:
Gsh
2025-07-03 17:13:21 +08:00
parent 7e2c035692
commit 9a8f3bd161
5 changed files with 15 additions and 0 deletions

View File

@@ -2,8 +2,10 @@ import { defineConfig, loadEnv } from "vite";
import path from "path";
import plugins from "./.build/plugins";
// https://vite.dev/config/
export default defineConfig((cnf) => {
const { mode } = cnf;
const env = loadEnv(mode, process.cwd());
const { VITE_APP_ENV } = env;