Skip to content

Commit

Permalink
fix(app): changed output to suit vercel deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewcourtice committed Oct 5, 2020
1 parent 1aab35e commit 9a9c7cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build/_base/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export default {
},

output: {
path: path.resolve(__dirname, '../../dist'),
path: path.resolve(__dirname, '../../public'),
publicPath: '/',
},

Expand Down

0 comments on commit 9a9c7cb

Please sign in to comment.