Skip to content

Commit

Permalink
Remove vercel.json
Browse files Browse the repository at this point in the history
  • Loading branch information
vinutv committed Jun 16, 2023
1 parent c297930 commit 4ce20e6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 40 deletions.
23 changes: 0 additions & 23 deletions vercel.json

This file was deleted.

17 changes: 0 additions & 17 deletions vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,4 @@ import react from "@vitejs/plugin-react";
// https://vitejs.dev/config/
export default defineConfig({
plugins: [react()],
server: {
proxy: {
"/market-assets": {
target:
"https://market-assets.fra1.cdn.digitaloceanspaces.com/market-assets/hdris/",
changeOrigin: true,
headers: {
"Access-Control-Allow-Credentials": "true",
"Access-Control-Allow-Origin": "*",
"Access-Control-Allow-Methods":
"GET, OPTIONS, PATCH, DELETE, POST, PUT",
"Access-Control-Allow-Headers":
"X-CSRF-Token, X-Requested-With, Accept, Accept-Version, Content-Length, Content-MD5, Content-Type, Date, X-Api-Version",
},
},
},
},
});

1 comment on commit 4ce20e6

@vercel
Copy link

@vercel vercel bot commented on 4ce20e6 Jun 16, 2023

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

classroom-baked – ./

classroom-baked-git-main-vinutv.vercel.app
classroom-baked.vercel.app
classroom-baked-vinutv.vercel.app

Please sign in to comment.