Skip to content

Commit

Permalink
fixed redirect
Browse files Browse the repository at this point in the history
  • Loading branch information
ulughann committed May 23, 2024
1 parent 06b1010 commit acc7c3e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/pages/edit.astro
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<script>
// redirec to : https://tongadmin.netlify.app/admin/#/
window.location.href = "https://tongadmin.netlify.app/admin/#/";
</script>
<meta
http-equiv="refresh"
content="0; URL=https://tongadmin.netlify.app/admin/"
/>

0 comments on commit acc7c3e

Please sign in to comment.