summaryrefslogtreecommitdiff
path: root/examples/docs/src/pages/index.astro
blob: 4ce89316257e43e081893d1cd51162588f15bd8f (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>