Skip to content

fix(deploy): disable automatic HTML extension stripping#2

Closed
lollipop-onl wants to merge 1 commit into
mainfrom
fix/disable-html-handling
Closed

fix(deploy): disable automatic HTML extension stripping#2
lollipop-onl wants to merge 1 commit into
mainfrom
fix/disable-html-handling

Conversation

@lollipop-onl
Copy link
Copy Markdown
Member

Summary

  • Cloudflare Workers の html_handling"none" に設定し、.html 拡張子の自動省略を無効化
  • Astro の build.format: "preserve" と整合性を取り、.html 付きURLがそのまま機能するように修正

Test plan

  • デプロイ後、.html 付きURLでページにアクセスできることを確認
  • .html なしのURLにリダイレクトされないことを確認

🤖 Generated with Claude Code

… Workers

Cloudflare Workers のデフォルトの html_handling 設定により .html 拡張子が
自動的に省略されていたため、html_handling: "none" を設定して無効化
@lollipop-onl lollipop-onl deleted the fix/disable-html-handling branch April 14, 2026 05:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant