Skip to content

Commit

Permalink
chore: fix assets path
Browse files Browse the repository at this point in the history
  • Loading branch information
iosh committed Jan 6, 2025
1 parent b3e0d84 commit 953eb55
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dev-examples/docs/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,6 @@ export default defineConfig({
'@components': path.resolve(__dirname, 'src/components'),
'@router': path.resolve(__dirname, 'src/router'),
},
}
},
base: './'
});

0 comments on commit 953eb55

Please sign in to comment.