fix: lighthouse fixes

This commit is contained in:
Stavros
2026-04-14 13:16:15 +03:00
parent 6f99e7acff
commit 93d6191139
5 changed files with 52 additions and 36 deletions

View File

@@ -52,6 +52,11 @@ export default defineConfig({
changeOrigin: true,
rewrite: (path) => path.replace(/^\/\.well-known/, ""),
},
"/robots.txt": {
target: "http://tinyauth-backend:3000/robots.txt",
changeOrigin: true,
rewrite: (path) => path.replace(/^\/robots.txt/, ""),
},
},
allowedHosts: true,
},