From 979b67338e5b68e4cfc5220379b171956dfd1c25 Mon Sep 17 00:00:00 2001 From: Adrian Amaglio Date: Thu, 18 Feb 2021 19:11:58 +0100 Subject: [PATCH] title --- vue.config.js | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 vue.config.js diff --git a/vue.config.js b/vue.config.js new file mode 100644 index 0000000..eaf0396 --- /dev/null +++ b/vue.config.js @@ -0,0 +1,8 @@ +module.exports = { + pages: { + index: { + entry: 'src/main.js', + title: 'Super Émail Calculator 2003' + } + } +}