Updated repo path hook

This commit is contained in:
2025-01-23 16:26:21 +00:00
parent deb163ff38
commit 369aae3b39

View File

@@ -1,6 +1,6 @@
export const handle = async ({ event, resolve }) => {
// Paths to be handled by proxy
const proxyPaths = ["repo"];
const proxyPaths = ["/repo"];
if (proxyPaths.some(path => event.url.pathname.startsWith(path))) {
// Return empty response, letting proxy handle it