Files
qdrant-client/netlify.toml
George Panchuk 5d12994187 fix: fix netlify
2026-05-06 18:16:04 +07:00

10 lines
162 B
TOML

[build]
command = "mkdir -p public"
publish = "public"
[[redirects]]
from = "/*"
to = "https://qdrant.tech/documentation/"
status = 301
force = true