forked from ember-learn/ember-website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.netlifyredirects
25 lines (22 loc) · 880 Bytes
/
.netlifyredirects
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
/internal /api
/tomster/* /mascots/:splat
/dasboard /statusboard
/statusboard https://github.com/emberjs/rfc-tracking/issues
/guides/* https://guides.emberjs.com/release/:splat
/documentation/* https://guides.emberjs.com/release/:splat
/builds/* /releases/:splat
/about* /
/legal /about/legal
/zoey /mascots
/brand /logos/
/branding /logos
/meetup-assets /community/meetups/assets/
/blog/* https://blog.emberjs.com/:splat
/deprecations/* https://deprecations.emberjs.com/:splat
### API Redirects
# query params
/api/* anchor=:anchor type=:type https://api.emberjs.com/:splat?anchor=:anchor&type=:type
/api/* anchor=:anchor https://api.emberjs.com/:splat?anchor=:anchor
/api/* type=:type https://api.emberjs.com/:splat?type=:type
# base case
/api/* https://api.emberjs.com/:splat