dc6e89f0a3
* New script behavior * Astro.request * Reverted `deno` to `node` * Updated subpath
5 lines
208 B
Text
5 lines
208 B
Text
<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>
|