-
Notifications
You must be signed in to change notification settings - Fork 143
Expand file tree
/
Copy pathnetlify.toml
More file actions
40 lines (33 loc) · 1.03 KB
/
netlify.toml
File metadata and controls
40 lines (33 loc) · 1.03 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
[[redirects]]
from = "/developers/weaviate/release-notes/older-releases/release_1_*"
to = "https://weaviate.io/blog/weaviate-1-:splat-release"
status = 301
[[redirects]]
from = "/developers/weaviate/release-notes/release_1_*"
to = "https://weaviate.io/blog/weaviate-1-:splat-release"
status = 301
# Redirect all remaining /developers & /docs requests to docs subdomain
[[redirects]]
from = "/developers/*"
to = "https://docs.weaviate.io/:splat"
status = 301
force = true
[[redirects]]
from = "/docs/*"
to = "https://docs.weaviate.io/:splat"
status = 301
force = true
[[redirects]]
from = "/blog/chatgpt-for-generative-search"
to = "https://docs.weaviate.io/weaviate/model-providers/openai/generative"
status = 301
[[redirects]]
from = "/collections-count-limit"
to = "https://docs.weaviate.io/weaviate/starter-guides/managing-collections/collections-scaling-limits"
status = 301
[[edge_functions]]
function = "block-feed-bot"
path = "/blog/rss.xml"
[[edge_functions]]
function = "block-feed-bot"
path = "/blog/atom.xml"