summaryrefslogtreecommitdiff
path: root/examples/docs/src/pages/index.astro
blob: 7f660ada087293e4303c7fb2b38c008dae262a95 (plain) (blame)
1
2
3
4
5
<script>
  // Redirect your homepage to the first page of documentation.
  // If you have a landing page, remove this script and add it here!
  window.location.pathname = `/en/introduction`;
</script>