[x] ๐ Documentation (updates to the documentation, readme, or JSdoc annotations)
[ ] ๐ Bug fix (a non-breaking change that fixes an issue)
[ ] ๐ Enhancement (improving an existing functionality like performance)
[ ] โจ New feature (a non-breaking change that adds functionality)
[ ] ๐งน Chore (updates to the build process or auxiliary tools and libraries)
[ ] โ ๏ธ Breaking change (fix or feature that would cause existing functionality to change)
๐ Description
With Cloudflare Workers Static Assets, we only need to bind ASSETS and don't need to configure bucket anymore.Also, a link at Cloudflare Service Workers part has an unnecessary /, making the server return 404 to visitor.
๐ Linked issue
โ Type of change
๐ Description
With Cloudflare Workers Static Assets, we only need to bind
ASSETS
and don't need to configurebucket
anymore.Also, a link at Cloudflare Service Workers part has an unnecessary/
, making the server return 404 to visitor.This PR resolves these problems.
๐ Checklist