Skip to content

Commit

Permalink
fix: url mistakes
Browse files Browse the repository at this point in the history
  • Loading branch information
yemreak committed Oct 28, 2023
1 parent b37ca68 commit e414def
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 404.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
// Slug'ı al
const slug = window.location.pathname;
// Yönlendirme yapılacak URL'i oluştur
const newURL = `https://www.yemreak.com/iuc-ce${slug}`;
const newURL = `https://www.yemreak.com/arsiv/iuc-ce${slug}`;
// Yönlendir
window.location.href = newURL;
</script>
Expand Down

0 comments on commit e414def

Please sign in to comment.