From 2f39d4ccb8ae486cf1e527c36ce8938f049e4b76 Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Tue, 20 Feb 2024 18:59:59 +0900 Subject: [PATCH] chore: fix typo in next.config.mjs (#4072) verison -> version --- next.config.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/next.config.mjs b/next.config.mjs index ae94f489545b..c8e7adb83dba 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*",