Skip to content

Commit b795635

Browse files
authored
fix redirects (#485)
* fix redirects redirects seem to be broken atm, for example the https://www.swift.org/swift-compiler/ page has redirect_from: compiler-stdlib but that does not seem to work - https://www.swift.org/compiler-stdlib/ is not functional * Update _config.yml
1 parent 1ec2d47 commit b795635

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ defaults:
2121
permalink: /blog/:title/
2222
layout: "post"
2323

24-
gems:
24+
plugins:
2525
- jekyll-redirect-from
2626

2727
whitelist:

0 commit comments

Comments
 (0)