Skip to content
This repository has been archived by the owner on Sep 15, 2024. It is now read-only.

Commit

Permalink
chore: fix typo in next.config.mjs (ChatGPTNextWeb#4072)
Browse files Browse the repository at this point in the history
verison -> version
  • Loading branch information
eltociear authored and H0llyW00dzZ committed Feb 20, 2024
1 parent 430bc06 commit a710ac6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -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*",
Expand Down

0 comments on commit a710ac6

Please sign in to comment.