Skip to content

Commit

Permalink
Merge pull request #82 from APPS-sookmyung/fix/#81-deploy
Browse files Browse the repository at this point in the history
#81 [FIX] 배포 이슈 해결을 위해 netlify.toml 파일 생성
  • Loading branch information
misung-dev authored Nov 26, 2024
2 parents 344123e + 7d9e4ec commit 9b09b0d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions netlify.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[[redirects]]
from = "/*"
to = "/index.html"
status = 200

0 comments on commit 9b09b0d

Please sign in to comment.