diff --git a/.gitignore b/.gitignore index 102e9eab..405ce5df 100644 --- a/.gitignore +++ b/.gitignore @@ -10,6 +10,7 @@ # production /build +/dist # misc .DS_Store diff --git a/vite.config.js b/vite.config.js index c34454c1..cc53c0b8 100644 --- a/vite.config.js +++ b/vite.config.js @@ -9,7 +9,7 @@ export default defineConfig({ // This changes the out put dir from dist to build // comment this out if that isn't relevant for your project build: { - outDir: "build", + outDir: "dist", }, plugins: [ reactRefresh(),