Skip to content

Commit

Permalink
fix: issue where GitHub does not redirect to index.html when specific…
Browse files Browse the repository at this point in the history
… entry point are defined
  • Loading branch information
Tichau committed Feb 16, 2024
1 parent b70bcda commit 499a94f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions _config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
plugins:
- jekyll-redirect-from
title: My amazing post
redirect_to: index.html
2 changes: 2 additions & 0 deletions test.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
title: My amazing post
redirect_to: index.html

0 comments on commit 499a94f

Please sign in to comment.