diff --git a/wrangler.toml b/wrangler.toml new file mode 100644 index 0000000..3817aa7 --- /dev/null +++ b/wrangler.toml @@ -0,0 +1,15 @@ +# Cloudflare Pages 배포 설정 +# 제작: 아백 (아로스) +# 생성일: 2025-12-27 + +name = "freedomainchoi" +compatibility_date = "2025-12-27" + +[assets] +directory = "." +html_handling = "auto-trailing-slash" + +# 404 페이지 설정 +[[assets.fallback_routes]] +pattern = "/*" +destination = "/index.html"