forked from a11yproject/a11yproject.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnetlify.toml
84 lines (63 loc) · 2.41 KB
/
netlify.toml
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
[[redirects]]
from = "/posts/how-to-hide-content/"
to = "/posts/2013-01-11-how-to-hide-content/"
[[redirects]]
from = "/posts/never-use-maximum-scale/"
to = "/posts/2013-01-14-never-use-maximum-scale/"
[[redirects]]
from = "/posts/alt-text/"
to = "/posts/2013-01-14-alt-text/"
[[redirects]]
from = "/posts/aria-landmark-roles/"
to = "/posts/2013-01-14-aria-landmark-roles/"
[[redirects]]
from = "/posts/future-proof-your-accessibility/"
to = "/posts/2013-01-16-future-proof-your-accessibility/"
[[redirects]]
from = "/posts/never-remove-css-outlines/"
to = "/posts/2013-01-25-never-remove-css-outlines/"
[[redirects]]
from = "/posts/2013-04-21-myth-screen-readers-dont-use-javascript"
to = "/posts/2013-04-21-people-who-use-screen-readers-dont-use-javascript/"
[[redirects]]
from = "/posts/posts/skip-nav-links/"
to = "/posts/2013-05-11-skip-nav-links/"
[[redirects]]
from = "/posts/posts/understanding-vestibular-disorders/"
to = "/posts/2013-05-15-understanding-vestibular-disorders/"
[[redirects]]
from = "/posts/getting-started-aria/"
to = "/posts/2014-05-15-getting-started-aria/"
[[redirects]]
from = "/posts/what-is-color-contrast/"
to = "/posts/2015-01-05-what-is-color-contrast/"
[[redirects]]
from = "/posts/placeholder-input-elements/"
to = "/posts/2016-01-07-placeholder-input-elements"
[[redirects]]
from = "/posts/a11y-and-other-numeronyms/"
to = "/posts/2017-08-26-a11y-and-other-numeronyms/"
[[redirects]]
from = "/posts/safari-keyboard-navigation"
to = "/posts/2017-12-29-macos-browser-keyboard-navigation/"
[[redirects]]
from = "/posts/macos-browser-keyboard-navigation/"
to = "/posts/2017-12-29-macos-browser-keyboard-navigation/"
[[redirects]]
from = "/posts/operating-system-and-browser-accessibility-display-modes/"
to = "/posts/2020-01-23-operating-system-and-browser-accessibility-display-modes/"
[[redirects]]
from = "/posts/creating-valid-and-accessible-links/"
to = "/posts/2019-02-15-creating-valid-and-accessible-links/"
[[redirects]]
from = "/posts/aria-has-perfect-support/"
to = "/posts/2020-05-13-aria-has-perfect-support/"
[[redirects]]
from = "/authors/#greg-tarnoff"
to = "/authors/#nat-tarnoff"
[[redirects]]
from = "/posts/2020-02-05-text-resizing-in-ios-and-android/"
to = "/posts/2021-02-05-text-resizing-in-ios-and-android/"
[[redirects]]
from = "/posts/2021-03-23-myth-alternate-text-can-be-automated/"
to = "/posts/2021-03-23-alternate-text-and-automation/"