Procházet zdrojové kódy

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

verison -> version
Ikko Eltociear Ashimine před 1 rokem
rodič
revize
05b6d989b6
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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*",