Files
log/my-blog/static/_redirects
syui 8e961292cb fix: reorder script loading to prevent AskAI function override
Move OAuth assets inclusion to end of body to ensure Ask-AI
JavaScript loads before OAuth comment system scripts.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-06-14 18:18:29 +09:00

8 lines
181 B
Plaintext

# Ask-AI機能をOllamaにプロキシ
/api/ask https://ollama.syui.ai/api/generate 200
# OAuth routes
/oauth/* /oauth/index.html 200
# SPA routing support
/* /index.html 200