Skip to content

Commit aa8d9b1

Browse files
committed
chore: Alterado o titulo principal da pagina
1 parent 772a585 commit aa8d9b1

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

vue.config.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
11
module.exports = {
22
publicPath: '/digital-menu',
33
outputDir: '../digital-menu-build',
4+
chainWebpack: (config) => {
5+
config
6+
.plugin('html')
7+
.tap((args) => {
8+
args[0].title = 'Menu Colosso';
9+
return args;
10+
});
11+
},
412
}

0 commit comments

Comments
 (0)