Commit cd983f48 authored by xhx's avatar xhx

fix:publicDir

parent 53543e53
...@@ -5,6 +5,7 @@ import path from 'path' ...@@ -5,6 +5,7 @@ import path from 'path'
// https://vitejs.dev/config/ // https://vitejs.dev/config/
export default defineConfig({ export default defineConfig({
plugins: [vue()], plugins: [vue()],
publicDir: '/other',
resolve: { resolve: {
alias: { alias: {
'@': path.resolve(__dirname, '/src'), '@': path.resolve(__dirname, '/src'),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment