Skip to content

Commit

Permalink
remove '/knit-website' from 404 page
Browse files Browse the repository at this point in the history
  • Loading branch information
suejinkim20 committed Aug 23, 2024
1 parent daf3c0d commit f0bd456
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
sessionStorage.redirect = location.href;
</script>

<meta http-equiv="refresh" content="0;URL='/knit-website'"></meta>
<meta http-equiv="refresh" content="0;URL='/'"></meta>
</head>

<body>
Expand Down

0 comments on commit f0bd456

Please sign in to comment.