re-add vue.config.js, update to dist, separate BASE_URL and API_URL for permalink calculation

This commit is contained in:
Xevion
2020-09-06 16:48:02 -05:00
parent faf9933e47
commit a74004d305
16 changed files with 197 additions and 146 deletions

4
client/vue.config.js Normal file
View File

@@ -0,0 +1,4 @@
module.exports = {
outputDir: '../dist/',
assetsDir: './static',
};