Skip to content

Commit

Permalink
feat: added redirecting welcome page
Browse files Browse the repository at this point in the history
  • Loading branch information
alexpricedev committed Jan 29, 2025
1 parent 0edb491 commit 21068d7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/examples/blank/welcome/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[redirect]
7 changes: 7 additions & 0 deletions packages/examples/blank/welcome/redirect.dhtml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<div @name="redirect">
<script>
constructor() {
document.location.href = "/";
}
</script>
</div>

0 comments on commit 21068d7

Please sign in to comment.