chore: fix typo in next.config.mjs (#4072)

verison -> version
This commit is contained in:
Ikko Eltociear Ashimine 2024-02-20 18:59:59 +09:00 committed by GitHub
parent 1d6ee64e1d
commit 05b6d989b6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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*",