From 4d13881d7c368955c61990cf8ece66a8d6642f70 Mon Sep 17 00:00:00 2001 From: Furkan Sahin Date: Mon, 7 Jun 2021 00:08:40 -0500 Subject: Add config for gh-pages deployment --- vue.config.js | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 vue.config.js diff --git a/vue.config.js b/vue.config.js new file mode 100644 index 0000000..93d5f7a --- /dev/null +++ b/vue.config.js @@ -0,0 +1,5 @@ +module.exports = { + publicPath: process.env.NODE_ENV === 'production' + ? '/PTDatabaseApp/' + : '/', +}; -- cgit v1.2.3