Skip to content
This repository has been archived by the owner on Jan 17, 2024. It is now read-only.

Commit

Permalink
Update vite config
Browse files Browse the repository at this point in the history
  • Loading branch information
mfdavies committed Jan 6, 2024
1 parent 89c8631 commit c5b7045
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 90 deletions.
89 changes: 0 additions & 89 deletions build/index.html

This file was deleted.

2 changes: 1 addition & 1 deletion frontend/vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ import react from '@vitejs/plugin-react'
export default defineConfig({
plugins: [react()],
build: {
outDir: './build',
outDir: '././build',
},
})

0 comments on commit c5b7045

Please sign in to comment.