forked from reactjs/React.NET
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnetlify.toml
More file actions
33 lines (27 loc) · 725 Bytes
/
netlify.toml
File metadata and controls
33 lines (27 loc) · 725 Bytes
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
[build]
base = "site/jekyll"
publish = "site/jekyll/_site"
command = "bundle exec jekyll build"
# Shortcuts
[[redirects]]
from = "/download"
to = "/getting-started/download.html"
status = 302
[[redirects]]
from = "/docs"
to = "/getting-started/aspnetcore.html"
status = 302
# Old documentation URLs
[[redirects]]
from = "/getting-started/aspnet5.html"
to = "/getting-started/aspnetcore.html"
[[redirects]]
from = "/getting-started/tutorial.html"
to = "/tutorials/aspnetcore.html"
# Old package URLs
[[redirects]]
from = "/packages/*"
to = "https://ci.appveyor.com/nuget/reactjs.net/:splat"
[[redirects]]
from = "/dev/packages/*"
to = "https://ci.appveyor.com/nuget/reactjs.net/:splat"