mirror of
https://github.com/Dispatcharr/Dispatcharr.git
synced 2026-07-29 04:50:20 +00:00
attempting to fix assets path
This commit is contained in:
parent
04f5c39dac
commit
1812c36ffb
1 changed files with 0 additions and 5 deletions
|
|
@ -4,11 +4,6 @@ import react from '@vitejs/plugin-react-swc';
|
|||
// https://vite.dev/config/
|
||||
export default defineConfig({
|
||||
// The base URL for the build, adjust this to match your desired path
|
||||
build: {
|
||||
// Make sure assets are placed correctly in the build output
|
||||
assetsDir: 'static/assets',
|
||||
},
|
||||
|
||||
plugins: [react()],
|
||||
|
||||
server: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue