This commit is contained in:
Adrian Amaglio 2021-02-18 19:11:58 +01:00
parent 81a9123123
commit 979b67338e
1 changed files with 8 additions and 0 deletions

8
vue.config.js Normal file
View File

@ -0,0 +1,8 @@
module.exports = {
pages: {
index: {
entry: 'src/main.js',
title: 'Super Émail Calculator 2003'
}
}
}