|
1 | 1 | # slugified tags on .org had dashes that WP doesn't include
|
2 | 2 | - fromPath: /blog/tags/a-11-y/
|
3 |
| - toPath: https://gatsbyjs.com/blog/tags/a11y/ |
| 3 | + toPath: https://www.gatsbyjs.com/blog/tags/a11y/ |
4 | 4 | - fromPath: /blog/tags/i-18-n/
|
5 |
| - toPath: https://gatsbyjs.com/blog/tags/i18n/ |
| 5 | + toPath: https://www.gatsbyjs.com/blog/tags/i18n/ |
6 | 6 | - fromPath: /blog/tags/s-3/
|
7 |
| - toPath: https://gatsbyjs.com/blog/tags/s3/ |
| 7 | + toPath: https://www.gatsbyjs.com/blog/tags/s3/ |
8 | 8 | - fromPath: /blog/tags/v-1/
|
9 |
| - toPath: https://gatsbyjs.com/blog/tags/v1/ |
| 9 | + toPath: https://www.gatsbyjs.com/blog/tags/v1/ |
10 | 10 | - fromPath: /blog/tags/v-2/
|
11 |
| - toPath: https://gatsbyjs.com/blog/tags/v2/ |
| 11 | + toPath: https://www.gatsbyjs.com/blog/tags/v2/ |
12 | 12 | # 100days posts lived under another folder, WP doesn't support "-" in slugs
|
13 | 13 | - fromPath: /blog/100days/accessibility/
|
14 |
| - toPath: https://gatsbyjs.com/blog/100days-accessibility/ |
| 14 | + toPath: https://www.gatsbyjs.com/blog/100days-accessibility/ |
15 | 15 | - fromPath: /blog/100days/apps/
|
16 |
| - toPath: https://gatsbyjs.com/blog/100days-apps/ |
| 16 | + toPath: https://www.gatsbyjs.com/blog/100days-apps/ |
17 | 17 | - fromPath: /blog/100days/cms/
|
18 |
| - toPath: https://gatsbyjs.com/blog/100days-cms/ |
| 18 | + toPath: https://www.gatsbyjs.com/blog/100days-cms/ |
19 | 19 | - fromPath: /blog/100days/comments/
|
20 |
| - toPath: https://gatsbyjs.com/blog/100days-comments/ |
| 20 | + toPath: https://www.gatsbyjs.com/blog/100days-comments/ |
21 | 21 | - fromPath: /blog/100days/create-themes/
|
22 |
| - toPath: https://gatsbyjs.com/blog/100days-create-themes/ |
| 22 | + toPath: https://www.gatsbyjs.com/blog/100days-create-themes/ |
23 | 23 | - fromPath: /blog/100days/free-hosting/
|
24 |
| - toPath: https://gatsbyjs.com/blog/100days-free-hosting/ |
| 24 | + toPath: https://www.gatsbyjs.com/blog/100days-free-hosting/ |
25 | 25 | - fromPath: /blog/100days/gatsby-image/
|
26 |
| - toPath: https://gatsbyjs.com/blog/100days-gatsby-image/ |
| 26 | + toPath: https://www.gatsbyjs.com/blog/100days-gatsby-image/ |
27 | 27 | - fromPath: /blog/100days/mdx/
|
28 |
| - toPath: https://gatsbyjs.com/blog/100days-mdx/ |
| 28 | + toPath: https://www.gatsbyjs.com/blog/100days-mdx/ |
29 | 29 | - fromPath: /blog/100days/performance/
|
30 |
| - toPath: https://gatsbyjs.com/blog/100days-performance/ |
| 30 | + toPath: https://www.gatsbyjs.com/blog/100days-performance/ |
31 | 31 | - fromPath: /blog/100days/pwa/
|
32 |
| - toPath: https://gatsbyjs.com/blog/100days-pwa/ |
| 32 | + toPath: https://www.gatsbyjs.com/blog/100days-pwa/ |
33 | 33 | - fromPath: /blog/100days/react-component/
|
34 |
| - toPath: https://gatsbyjs.com/blog/100days-react-component/ |
| 34 | + toPath: https://www.gatsbyjs.com/blog/100days-react-component/ |
35 | 35 | - fromPath: /blog/100days/seo/
|
36 |
| - toPath: https://gatsbyjs.com/blog/100days-seo/ |
| 36 | + toPath: https://www.gatsbyjs.com/blog/100days-seo/ |
37 | 37 | - fromPath: /blog/100days/serverless/
|
38 |
| - toPath: https://gatsbyjs.com/blog/100days-serverless/ |
| 38 | + toPath: https://www.gatsbyjs.com/blog/100days-serverless/ |
39 | 39 | - fromPath: /blog/100days/start-blog/
|
40 |
| - toPath: https://gatsbyjs.com/blog/100days-start-blog/ |
| 40 | + toPath: https://www.gatsbyjs.com/blog/100days-start-blog/ |
41 | 41 | - fromPath: /blog/100days/use-themes/
|
42 |
| - toPath: https://gatsbyjs.com/blog/100days-use-themes/ |
| 42 | + toPath: https://www.gatsbyjs.com/blog/100days-use-themes/ |
43 | 43 | # sunsetting /ecosystem, directing to plugins makes sense
|
44 | 44 | - fromPath: /ecosystem
|
45 |
| - toPath: https://gatsbyjs.com/plugins/ |
| 45 | + toPath: https://www.gatsbyjs.com/plugins/ |
0 commit comments