forked from AkkomaGang/akkoma-fe
Add logo files
This commit is contained in:
parent
fdaef74109
commit
3da3e09dc5
3 changed files with 5 additions and 0 deletions
|
@ -38,6 +38,11 @@ module.exports = {
|
||||||
assetsSubDirectory: 'static',
|
assetsSubDirectory: 'static',
|
||||||
assetsPublicPath: '/',
|
assetsPublicPath: '/',
|
||||||
proxyTable: {
|
proxyTable: {
|
||||||
|
'/manifest.json': {
|
||||||
|
target,
|
||||||
|
changeOrigin: true,
|
||||||
|
cookieDomainRewrite: 'localhost'
|
||||||
|
},
|
||||||
'/api': {
|
'/api': {
|
||||||
target,
|
target,
|
||||||
changeOrigin: true,
|
changeOrigin: true,
|
||||||
|
|
BIN
static/logo-512.png
Executable file
BIN
static/logo-512.png
Executable file
Binary file not shown.
After Width: | Height: | Size: 18 KiB |
0
static/logo.svg
Normal file → Executable file
0
static/logo.svg
Normal file → Executable file
Before Width: | Height: | Size: 5.4 KiB After Width: | Height: | Size: 5.4 KiB |
Loading…
Reference in a new issue