Skip to content

Commit

Permalink
Merge pull request #2645 from tomrannosaurus/patch-1
Browse files Browse the repository at this point in the history
Fixed non-working "redirect_from"
  • Loading branch information
rjzupkoii authored Dec 1, 2024
2 parents 79f5f6f + bae6977 commit fb54e7a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ group :jekyll_plugins do
gem 'jekyll'
gem 'jekyll-feed'
gem 'jekyll-sitemap'
gem 'jekyll-redirect-from'
gem 'jemoji'
gem 'webrick', '~> 1.8'
end
Expand Down
2 changes: 2 additions & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -302,6 +302,7 @@ plugins:
- jekyll-gist
- jekyll-paginate
- jekyll-sitemap
- jekyll-redirect-from
- jemoji

# Mimic GitHub Pages with --safe
Expand All @@ -310,6 +311,7 @@ whitelist:
- jekyll-gist
- jekyll-paginate
- jekyll-sitemap
- jekyll-redirect-from
- jemoji


Expand Down

0 comments on commit fb54e7a

Please sign in to comment.