Skip to content

Commit

Permalink
chore: fix typo in next.config.mjs
Browse files Browse the repository at this point in the history
verison -> version
  • Loading branch information
eltociear authored Feb 19, 2024
1 parent 1d6ee64 commit c791ad0
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 c791ad0

Please sign in to comment.