Files
log/my-blog/static/_redirects
syui 721c9b4e71
Some checks failed
Deploy to Cloudflare Pages / deploy (push) Failing after 12m8s
add github
2025-06-14 00:05:31 +09:00

11 lines
307 B
Plaintext

# 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
# OAuth routes
/oauth/* /oauth/index.html 200
# SPA routing support
/* /index.html 200