Skip to content

Commit

Permalink
vercel: rewrite
Browse files Browse the repository at this point in the history
  • Loading branch information
la3rence committed Jan 2, 2024
1 parent 6c34fbc commit 04434a0
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

0 comments on commit 04434a0

Please sign in to comment.