Replace old static folder with new static folder

This commit is contained in:
TwinProduction
2021-01-28 23:25:29 -05:00
parent fbb5d48bf7
commit 601d676e34
21 changed files with 38 additions and 462 deletions

View File

@ -1,4 +1,5 @@
module.exports = {
filenameHashing: false,
productionSourceMap: false
productionSourceMap: false,
outputDir: '../static'
}