summaryrefslogtreecommitdiff
path: root/examples/docs/src/pages/index.astro
blob: bce06972f8cc723965d13b1828a99410eb60963d (plain) (blame)
1
2
3
4
5
<script is:inline>
	// 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>