Now building in the /build folder again

This commit is contained in:
bourquecharles
2021-07-09 15:07:45 -04:00
parent 09232c5640
commit 2c7df5abd1
2 changed files with 2 additions and 2 deletions

2
.gitignore vendored
View File

@@ -1,4 +1,4 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# dependencies
/node_modules

View File

@@ -5,7 +5,7 @@ module.exports = {
src: path.resolve(__dirname, '../src'),
// Production build files
build: path.resolve(__dirname, '../dist'),
build: path.resolve(__dirname, '../build'),
// Static files that get copied to build folder
public: path.resolve(__dirname, '../public'),