Skip to content

Commit

Permalink
update base
Browse files Browse the repository at this point in the history
  • Loading branch information
mmdjiji committed Sep 2, 2023
1 parent a9cc9c5 commit 97a809c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"compilerOptions": {
"module": "ESNext",
"baseUrl": ".",
"baseUrl": "/docs/",
"target": "es2016",
"lib": ["DOM", "ESNext"],
"strict": true,
Expand Down
1 change: 0 additions & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import Icons, { ViteIconsResolver } from 'vite-plugin-icons';
import Components from 'vite-plugin-components';

const config: UserConfig = {
base: '/docs/',
optimizeDeps: {
exclude: ['vue-demi', '@vueuse/shared', '@vueuse/core'],
entries: 'index.md',
Expand Down

0 comments on commit 97a809c

Please sign in to comment.