From 60454fc423615c50bc68d91a15caeec1df65b6b8 Mon Sep 17 00:00:00 2001 From: jiji15899-arch Date: Sat, 27 Dec 2025 13:30:04 +0900 Subject: [PATCH] Create wrangler.toml --- wrangler.toml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 wrangler.toml 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"