mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-23 05:13:07 +02:00
Merge pull request #12604 from kakkokari-gtyih/fix-dev-0
fix(dev-frontend) 一部のアセットが読み込まれない問題を修正
This commit is contained in:
commit
712e5447b8
1 changed files with 2 additions and 0 deletions
|
@ -21,6 +21,8 @@ const devConfig = {
|
||||||
target: 'http://localhost:3000/',
|
target: 'http://localhost:3000/',
|
||||||
},
|
},
|
||||||
'/assets': 'http://localhost:3000/',
|
'/assets': 'http://localhost:3000/',
|
||||||
|
'/static-assets': 'http://localhost:3000/',
|
||||||
|
'/client-assets': 'http://localhost:3000/',
|
||||||
'/files': 'http://localhost:3000/',
|
'/files': 'http://localhost:3000/',
|
||||||
'/twemoji': 'http://localhost:3000/',
|
'/twemoji': 'http://localhost:3000/',
|
||||||
'/fluent-emoji': 'http://localhost:3000/',
|
'/fluent-emoji': 'http://localhost:3000/',
|
||||||
|
|
Loading…
Reference in a new issue