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' + } + } +}