test: temporarily disable _redirects to debug asset serving

This commit is contained in:
2025-06-14 18:01:36 +09:00
parent 5e3876587d
commit 85cfa431a3
3 changed files with 3 additions and 1 deletions

View File

@@ -1,11 +0,0 @@
# 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