Update web designing

This commit is contained in:
2021-04-07 18:35:46 +02:00
parent 22b0db3536
commit fb13c57c51
9 changed files with 68 additions and 39 deletions

5
vue.config.js Normal file
View File

@@ -0,0 +1,5 @@
module.exports = {
publicPath: process.env.NODE_ENV === 'production'
? '/vue/'
: '/'
}