This commit is contained in:
syuilo
2024-08-27 08:24:34 +09:00
parent 9a0ac64f12
commit 21fc2595ce
3 changed files with 9 additions and 1 deletions

View File

@@ -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) {