Skip to content

Commit

Permalink
Fix index page to point to welcome without html suffix
Browse files Browse the repository at this point in the history
  • Loading branch information
dylancashman committed Dec 13, 2022
1 parent b75ebcb commit c25acd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<html>
<head>
<meta http-equiv="refresh" content="0; url=/year/2023/welcome.html">
<meta http-equiv="refresh" content="0; url=/year/2023/welcome">
</head>
</html>

0 comments on commit c25acd3

Please sign in to comment.