Skip to content
Snippets Groups Projects
Commit bced115f authored by Katarína Sieklová's avatar Katarína Sieklová
Browse files

Update vite.config.ts

parent 0c6293f5
No related branches found
No related tags found
No related merge requests found
Pipeline #
...@@ -4,6 +4,9 @@ import react from '@vitejs/plugin-react'; ...@@ -4,6 +4,9 @@ import react from '@vitejs/plugin-react';
// https://vitejs.dev/config/ // https://vitejs.dev/config/
export default defineConfig({ export default defineConfig({
plugins: [react()], plugins: [react()],
build: {
outDir: 'public',
},
optimizeDeps: { optimizeDeps: {
include: ['**/*.html'], include: ['**/*.html'],
}, },
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment