build: ui not found

This commit is contained in:
ReaJason
2026-03-30 22:18:03 +08:00
parent a034543689
commit 1645c12b0a
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -1,10 +1,12 @@
import type { Config } from '@react-router/dev/config';
import { glob } from 'node:fs/promises';
import { createGetUrl, getSlugs } from 'fumadocs-core/source';
import { env } from "node:process";
const getUrl = createGetUrl('/docs');
export default {
basename: env.VITE_APP_BASE_PATH,
ssr: false,
future: {
v8_middleware: true,