diff --git a/web/next.config.ts b/web/next.config.ts index 35be982..7de7a6c 100644 --- a/web/next.config.ts +++ b/web/next.config.ts @@ -18,6 +18,10 @@ const nextConfig: NextConfig = { source: "/install", destination: `${apiUrl}/install`, }, + { + source: "/install.ps1", + destination: `${apiUrl}/install.ps1`, + }, { source: "/update", destination: `${apiUrl}/update`,