Skip to content

Commit

Permalink
chore: Configure publicDir to use relative paths
Browse files Browse the repository at this point in the history
  • Loading branch information
smessie committed Oct 10, 2023
1 parent 228467e commit fe24ddf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,6 @@ export default defineConfig({
alias: {
'@': fileURLToPath(new URL('./src', import.meta.url))
}
}
},
publicDir: ''
})

0 comments on commit fe24ddf

Please sign in to comment.