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>
This commit is contained in:
@@ -1,8 +1,5 @@
|
||||
# AI機能をai.gpt MCP serverにリダイレクト
|
||||
/api/ask https://ai-gpt-mcp.syui.ai/ask 200
|
||||
|
||||
# Ollama API proxy (Cloudflare Workers)
|
||||
/api/ollama-proxy https://ollama-proxy.YOUR-SUBDOMAIN.workers.dev/:splat 200
|
||||
# Ask-AI機能をOllamaにプロキシ
|
||||
/api/ask https://ollama.syui.ai/api/generate 200
|
||||
|
||||
# OAuth routes
|
||||
/oauth/* /oauth/index.html 200
|
||||
|
Reference in New Issue
Block a user