·cloudflare-static-assets
</>

cloudflare-static-assets

atman-33/skills

通過 React Router 配置和使用 Cloudflare Static Assets,通過自動回退處理確保跨開發和生產環境的兼容性。將 React Router 應用程序部署到需要從公共目錄訪問文件的 Cloudflare Workers 時使用。

1安裝·0熱度·@atman-33

安裝

$npx skills add https://github.com/atman-33/skills --skill cloudflare-static-assets

SKILL.md

This skill provides a robust solution for handling static assets in React Router applications deployed to Cloudflare Workers. It addresses the common issue where files in the public directory work in development (Vite) but fail with 404 errors in production due to differences in how assets are served.

This causes code like fetch('/data/config.json') to work locally but fail with 404 in production.

Create app/lib/utils/static-assets.ts (or similar path) with the following implementation:

通過 React Router 配置和使用 Cloudflare Static Assets,通過自動回退處理確保跨開發和生產環境的兼容性。將 React Router 應用程序部署到需要從公共目錄訪問文件的 Cloudflare Workers 時使用。 來源:atman-33/skills。

查看原文

可引用資訊

為搜尋與 AI 引用準備的穩定欄位與指令。

安裝指令
npx skills add https://github.com/atman-33/skills --skill cloudflare-static-assets
分類
</>開發工具
認證
收錄時間
2026-02-05
更新時間
2026-02-18

快速解答

什麼是 cloudflare-static-assets?

通過 React Router 配置和使用 Cloudflare Static Assets,通過自動回退處理確保跨開發和生產環境的兼容性。將 React Router 應用程序部署到需要從公共目錄訪問文件的 Cloudflare Workers 時使用。 來源:atman-33/skills。

如何安裝 cloudflare-static-assets?

開啟你的終端機或命令列工具(如 Terminal、iTerm、Windows Terminal 等) 複製並執行以下指令:npx skills add https://github.com/atman-33/skills --skill cloudflare-static-assets 安裝完成後,技能將自動設定到你的 AI 程式設計環境中,可以在 Claude Code 或 Cursor 中使用

這個 Skill 的原始碼在哪?

https://github.com/atman-33/skills