fix theme

This commit is contained in:
FruitRiin
2023-11-19 18:47:27 +09:00
parent ddef9cab5f
commit 14e0d1f252
2 changed files with 12 additions and 10 deletions

View File

@@ -52,20 +52,16 @@ export function getConfig(): UserConfig {
changeOrigin: true,
target: 'http://127.0.0.1:3000/',
},
'/assets': {
target: 'http://127.0.0.1:3000/',
},
'/twemoji': {
target: 'http://127.0.0.1:3000/',
},
'/sw.js': {
target: 'http://127.0.0.1:3000/',
},
'/assets': 'http://127.0.0.1:3000/',
'/twemoji': 'http://127.0.0.1:3000/',
'/fluent-emoji': 'http://127.0.0.1:3000/',
'/sw.js': 'http://127.0.0.1:3000/',
'/streaming': {
target: 'ws://127.0.0.1:3000/',
ws: true,
},
"favicon.ico": 'http://127.0.0.1:3000/',
"client-assets": "http://127.0.0.1:3000/"
}
},