Преглед изворни кода

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

verison -> version
Ikko Eltociear Ashimine пре 1 година
родитељ
комит
05b6d989b6
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      next.config.mjs

+ 1 - 1
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*",