diff options
Diffstat (limited to 'examples/docs/src/pages/index.astro')
-rw-r--r-- | examples/docs/src/pages/index.astro | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/examples/docs/src/pages/index.astro b/examples/docs/src/pages/index.astro new file mode 100644 index 000000000..7f660ada0 --- /dev/null +++ b/examples/docs/src/pages/index.astro @@ -0,0 +1,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> |