Skip to content

Commit 9342e2a

Browse files
authored
Redirect (#456)
1 parent 94dd27e commit 9342e2a

9 files changed

+18
-305
lines changed

.github/workflows/auto-publish.yml

-44
This file was deleted.

.github/workflows/ci.yml

-37
This file was deleted.

.github/workflows/danger.yml

-33
This file was deleted.

.github/workflows/link-checker.yml

-22
This file was deleted.

.github/workflows/link_check_config.json

-7
This file was deleted.

.github/workflows/new-issue-pr.yml

-74
This file was deleted.

.github/workflows/optimize-images.yml

-74
This file was deleted.

.github/workflows/updated-twc-site.yml

-14
This file was deleted.

netlify.toml

+18
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,21 @@
1919
# or from the production branch will inherit these settings.
2020
[context.branch-deploy]
2121
JEKYLL_ENV = "development"
22+
23+
[[redirects]]
24+
from = "/:year/:month/:date/:slug"
25+
to = "https://techworkerscoalition.org/blog/:year/:month/:date/:slug"
26+
status = 301
27+
force = true
28+
29+
[[redirects]]
30+
from = "/subscribe/"
31+
to = "https://techworkerscoalition.org/subscribe"
32+
status = 301
33+
force = true
34+
35+
[[redirects]]
36+
from = "/*"
37+
to = "https://techworkerscoalition.org/blog"
38+
status = 301
39+
force = true

0 commit comments

Comments
 (0)