Преглед на файлове

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