build: source.config.ts not found

This commit is contained in:
ReaJason
2025-12-08 02:08:37 +08:00
parent 42a9c00263
commit 554719a447
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ import tsconfigPaths from "vite-tsconfig-paths";
import * as MdxConfig from "./source.config";
export default defineConfig({
base: env.NODE_ENV === "development" ? '' : `${env.VITE_APP_API_URL}/`,
base: env.NODE_ENV === "development" ? '/' : `${env.VITE_APP_API_URL}/`,
plugins: [
mdx(MdxConfig),
tailwindcss(),