Files
log/wrangler.toml
syui 637028c264
Some checks are pending
Deploy ailog / build-and-deploy (push) Waiting to run
add oauth
2025-06-11 12:53:31 +09:00

31 lines
634 B
TOML

name = "ai-log"
compatibility_date = "2024-01-01"
[env.production]
name = "ai-log"
[build]
command = "cargo build --release && ./target/release/ailog build my-blog"
publish = "my-blog/public"
[[redirects]]
from = "/api/ask"
to = "https://ai-gpt-mcp.your-domain.com/ask"
status = 200
[[headers]]
for = "/*"
[headers.values]
X-Frame-Options = "DENY"
X-Content-Type-Options = "nosniff"
Referrer-Policy = "strict-origin-when-cross-origin"
[[headers]]
for = "/css/*"
[headers.values]
Cache-Control = "public, max-age=31536000, immutable"
[[headers]]
for = "*.js"
[headers.values]
Cache-Control = "public, max-age=31536000, immutable"