Skip to content

Commit

Permalink
Fix: 배포환경에서의 Proxy 설정16
Browse files Browse the repository at this point in the history
  • Loading branch information
TaePoong719 committed Oct 14, 2023
1 parent 121c183 commit f591c1b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
1 change: 0 additions & 1 deletion _redirects

This file was deleted.

7 changes: 6 additions & 1 deletion netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,9 @@ from = "/api/850/*"
from = "/api/246/*"
to = "https://2468280591.for-seoul.synctreengine.com/:splat"
status = 200
force = true
force = true

[[redirects]]
from = "/*"
to = "/index.html"
status = 200

0 comments on commit f591c1b

Please sign in to comment.