wip
This commit is contained in:
parent
9a0ac64f12
commit
21fc2595ce
3 changed files with 9 additions and 1 deletions
|
|
@ -53,7 +53,10 @@ const devConfig: UserConfig = {
|
|||
'/favicon.ico': httpUrl,
|
||||
'/robots.txt': httpUrl,
|
||||
'/embed.js': httpUrl,
|
||||
'/embed': embedUrl,
|
||||
'/embed': {
|
||||
target: embedUrl,
|
||||
ws: true,
|
||||
},
|
||||
'/identicon': {
|
||||
target: httpUrl,
|
||||
rewrite(path) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue