redirect_from
works on Jekyll preview server, not on live GitHub Pages site
#253
Labels
redirect_from
works on Jekyll preview server, not on live GitHub Pages site
#253
This is what I have in my file metadata (for example):
When I run
bundler exec jekyll serve
and start a local preview server and navigate tothe server correctly redirects to
However, when the site gets built to GitHub pages, trying to access
old-filename.html
throws me toinstead of
What am I doing wrong?
The text was updated successfully, but these errors were encountered: