Skip to content

Commit d1a805b

Browse files
Vimalinxclaude
andcommitted
fix: 添加 .nojekyll 文件修复 GitHub Pages MIME 类型错误
## 问题 - GitHub Pages 部署后页面空白 - 控制台错误: MIME type 'application/octet-stream' - 模块脚本加载失败 ## 修复 - ✅ 添加 public/.nojekyll 文件 - ✅ 告诉 GitHub Pages 不要使用 Jekyll 处理 - ✅ 确保资源文件正确加载 ## 技术说明 GitHub Pages 默认使用 Jekyll 处理文件,会导致: - 某些文件被忽略或处理错误 - MIME 类型返回不正确 - 模块脚本加载失败 添加 .nojekyll 可以禁用 Jekyll,直接提供静态文件。 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
1 parent 5be444d commit d1a805b

1 file changed

File tree

public/.nojekyll

Whitespace-only changes.

0 commit comments

Comments
 (0)