From c791ad08111c62a1f36db6ee9749b956b708e039 Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Mon, 19 Feb 2024 21:52:05 +0900 Subject: [PATCH] chore: fix typo in next.config.mjs verison -> version --- next.config.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/next.config.mjs b/next.config.mjs index ae94f489545..c8e7adb83db 100644 --- a/next.config.mjs +++ b/next.config.mjs @@ -64,7 +64,7 @@ if (mode !== "export") { nextConfig.rewrites = async () => { const ret = [ - // adjust for previous verison directly using "/api/proxy/" as proxy base route + // adjust for previous version directly using "/api/proxy/" as proxy base route { source: "/api/proxy/v1/:path*", destination: "https://api.openai.com/v1/:path*",