Skip to content

Commit

Permalink
vercel: rewrite (#121)
Browse files Browse the repository at this point in the history
  • Loading branch information
la3rence authored Jan 2, 2024
1 parent 6c34fbc commit 3edf16a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions vercel.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,14 @@
"src": "/api/docs/swagger-ui.css",
"dest": "https://petstore.swagger.io/swagger-ui.css"
},
{
"src": "/api/docs/swagger-ui-standalone-preset.js",
"dest": "https://petstore.swagger.io/swagger-ui-standalone-preset.js"
},
{
"src": "/api/docs/swagger-ui-bundle.js",
"dest": "https://petstore.swagger.io/swagger-ui-bundle.js"
},
{
"src": "(.*)",
"dest": "app.js"
Expand Down

1 comment on commit 3edf16a

@vercel
Copy link

@vercel vercel bot commented on 3edf16a Jan 2, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.