Add logo files

This commit is contained in:
FloatingGhost 2022-12-02 11:27:24 +00:00
parent 0900a9d87b
commit 6af1df8bef
3 changed files with 38 additions and 70 deletions

View file

@ -38,6 +38,11 @@ module.exports = {
assetsSubDirectory: 'static',
assetsPublicPath: '/',
proxyTable: {
'/manifest.json': {
target,
changeOrigin: true,
cookieDomainRewrite: 'localhost'
},
'/api': {
target,
changeOrigin: true,