astro/examples/docs/src/pages/index.astro

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
208 B
Text
Raw Normal View History

<script is:inline>
2021-08-26 22:02:38 +00:00
// 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`;
2021-08-14 00:58:00 +00:00
</script>