diff --git a/vue.config.js b/vue.config.js new file mode 100644 index 0000000..c594725 --- /dev/null +++ b/vue.config.js @@ -0,0 +1,3 @@ +module.exports = { + baseUrl: process.env.NODE_ENV === "production" ? "/crypto-news/" : "/" +};