Skip to content

Commit

Permalink
fix(deploy): set content type properly for default response
Browse files Browse the repository at this point in the history
  • Loading branch information
finxol committed Dec 13, 2024
1 parent aea68c1 commit 999ab5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/server/Caddyfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ handle_path /api/* {
}

handle_path /* {
header Content-Type text/html
header Content-Type "text/html; charset=utf-8"
respond "<div style='display:flex; justify-content:center; align-items:center; height:100vh; font-size:50rem; color:white;'>Karr 🚗</div>"
}

0 comments on commit 999ab5c

Please sign in to comment.