updates
Server Deploy / deploy (push) Successful in 34s

This commit is contained in:
domrichardson
2026-06-16 09:57:03 +01:00
parent f62b0054db
commit f9c3fc5379
+4
View File
@@ -18,6 +18,10 @@ const nextConfig: NextConfig = {
source: "/install", source: "/install",
destination: `${apiUrl}/install`, destination: `${apiUrl}/install`,
}, },
{
source: "/update",
destination: `${apiUrl}/update`,
},
]; ];
}, },
}; };