Skip to content

Commit

Permalink
Update vite.config.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
HyoJeong-Park authored Dec 13, 2023
1 parent 12b42d5 commit d10cfc0
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ export default defineConfig({
include: ["./src/**/*.ts", "./src/**/*.tsx"],
}),
],
server: {
proxy: {
"/proxy": {
target: "http://49.50.165.53",
changeOrigin: true,
rewrite: (path) => path.replace(/^\/proxy/, ""),
},
},
},
// server: {
// proxy: {
// "/proxy": {
// target: "http://49.50.165.53",
// changeOrigin: true,
// rewrite: (path) => path.replace(/^\/proxy/, ""),
// },
// },
// },
});

0 comments on commit d10cfc0

Please sign in to comment.