Skip to content
Snippets Groups Projects
Commit d93e615c authored by Bastien DUMONT's avatar Bastien DUMONT :angel:
Browse files

chore(deps): fix vite assets dir -> static

parent c710159c
No related branches found
No related tags found
1 merge request!131MEP
Pipeline #74703 passed
...@@ -20,5 +20,6 @@ export default defineConfig({ ...@@ -20,5 +20,6 @@ export default defineConfig({
}, },
build: { build: {
outDir: './build', outDir: './build',
assetsDir: './static',
}, },
}) })
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment