Press n or j to go to the next uncovered block, b, p or k for the previous block.
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 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 | module.exports = {
redirects: [
{
source: "/handbook",
destination: "https://help.couchers.org",
permanent: false,
},
{
source: "/volunteer/form",
destination:
"https://forms.monday.com/forms/f87fe22951e9328f4ee1578d339cb927?r=use1",
permanent: false,
},
{
source: "/translation-form",
destination:
"https://docs.google.com/forms/d/e/1FAIpQLSe3hl2BXAKyxHolrTJqp3MEbxlmvQh1SvSQIR9H2Y93ooMakw/viewform",
permanent: false,
},
{
source: "/online-events",
destination:
"https://calendar.google.com/calendar/embed?src=8foc89p19god8uqdtg1828hrhs%40group.calendar.google.com&ctz=Australia%2FSydney",
permanent: false,
},
{
source: "/foundation/constitution.pdf",
destination:
"https://github.com/Couchers-org/couchers/raw/develop/foundation/constitution/constitution.pdf",
permanent: false,
},
{
source: "/foundation/bylaws.pdf",
destination:
"https://github.com/Couchers-org/couchers/raw/develop/foundation/bylaws/bylaws.pdf",
permanent: false,
},
{
source: "/contributors",
destination: "https://couchers.org/documents/",
permanent: false,
},
{
source: "/contributors/form",
destination: "https://couchers.org/volunteer/form/",
permanent: false,
},
{
source: "/contributors/guide.pdf",
destination: "https://couchers.org/documents/volunteer-guide/",
permanent: false,
},
{
source: "/contributors/community-builder",
destination: "https://couchers.org/documents/community-builder/",
permanent: false,
},
{
source: "/contributors/guide",
destination: "https://couchers.org/documents/volunteer-guide/",
permanent: false,
},
{
source: "/contributors/new-developer",
destination: "https://couchers.org/documents/new-developer/",
permanent: false,
},
{
source: "/community-builder-form",
destination:
"https://docs.google.com/forms/d/e/1FAIpQLSeactITjrAUVjUg80gFIjxweK3-oPsgwoBmaAe0RJcjdL2xGw/viewform",
permanent: false,
},
{
source: "/community-builder-chat",
destination: "https://calendly.com/couchers/community-builder-chat",
permanent: false,
},
{
source: "/chat-aapeli",
destination: "https://calendly.com/couchers/chat-aapeli",
permanent: false,
},
{
source: "/chat-itsi",
destination: "https://calendly.com/couchers/chat-with-itsi",
permanent: false,
},
{
source: "/chat-translations",
destination: "https://calendly.com/couchers/translation-chat",
permanent: false,
},
{
source: "/community-creation-form",
destination:
"https://docs.google.com/forms/d/e/1FAIpQLSdM4J8QxlTH8fF4HF_SNeA8hsuq-iz0Hx-qVF1VYVNcKpI2pQ/viewform",
permanent: false,
},
{ source: "/solutions", destination: "/plan", permanent: true },
{
source: "/solutions/profit-and-incentives",
destination: "/plan/profit-and-incentives",
permanent: true,
},
{
source: "/solutions/communities-and-trust",
destination: "/plan/communities-and-trust",
permanent: true,
},
{
source: "/solutions/creeps-and-freeloaders",
destination: "/plan/creeps-and-freeloaders",
permanent: true,
},
{
source: "/solutions/reviews",
destination: "/plan/reviews",
permanent: true,
},
{
source: "/solutions/host-matching",
destination: "/plan/host-matching",
permanent: true,
},
{
source: "/solutions/the-build",
destination: "/plan/the-build",
permanent: true,
},
{
source: "/zoom",
destination:
"https://zoom.us/j/2482842880?pwd=UWxJWFQvZ0xpOTN1SlE4aFcxS3JPUT09",
permanent: false,
},
{
source: "/zoom/general",
destination:
"https://zoom.us/j/2482842880?pwd=UWxJWFQvZ0xpOTN1SlE4aFcxS3JPUT09",
permanent: false,
},
{
source: "/zoom/recruiting",
destination:
"https://zoom.us/j/2482842881?pwd=NWt3dit6cXRvbmcycUt0Mm1TMVdydz09",
permanent: false,
},
{
source: "/survey",
destination:
"https://docs.google.com/forms/d/e/1FAIpQLSceDmq5gQaPRJqly0NZbN2k1h7MyWgEXBL06lv1c-QCEz9zxw/viewform",
permanent: false,
},
],
};
|