@@ -18,6 +18,10 @@ const nextConfig: NextConfig = {
|
|||||||
source: "/install",
|
source: "/install",
|
||||||
destination: `${apiUrl}/install`,
|
destination: `${apiUrl}/install`,
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
source: "/update",
|
||||||
|
destination: `${apiUrl}/update`,
|
||||||
|
},
|
||||||
];
|
];
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user