Skip to content

Commit

Permalink
<fix>: <vite.config.ts 수정>
Browse files Browse the repository at this point in the history
  • Loading branch information
rabyeoljji committed Jul 26, 2024
1 parent ad554b8 commit 158f26a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ export default defineConfig({
target: "https://study-badge.shop",
changeOrigin: true,
secure: false,
rewrite: (path) => path.replace(/^\/api/, ""),
},
// "/api": {
// target: "http://localhost:8080", // 안될 경우 'http://127.0.0.1:8000', 이런식으로 IP 명시
Expand Down

0 comments on commit 158f26a

Please sign in to comment.