feat(website): drop hash-based router

This commit is contained in:
Simon
2026-02-27 19:46:44 +08:00
parent 5f74f98a97
commit 68d68182e2
28 changed files with 349 additions and 136 deletions

View File

@@ -17,7 +17,7 @@ dotenvConfig({ path: resolve(__dirname, '../../.env') })
// Website Config (React Documentation Site)
export default defineConfig(({ mode }) => ({
base: './',
base: '/page-agent/',
clearScreen: false,
plugins: [react(), tailwindcss()],
build: {