Skip to content

Commit

Permalink
docs: fix base path
Browse files Browse the repository at this point in the history
  • Loading branch information
StreakingMan committed Jul 18, 2024
1 parent 5a7fa82 commit 4380a30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/.vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ import vueJsx from '@vitejs/plugin-vue-jsx';
import { defineConfig } from 'vitepress';

export default defineConfig({
base: '/element-admin/',
vite: {
base: '/element-admin/',
plugins: [
vueJsx(),
AutoImport({
Expand Down

0 comments on commit 4380a30

Please sign in to comment.