summaryrefslogtreecommitdiff
path: root/examples/docs/src/pages/index.astro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/docs/src/pages/index.astro')
-rw-r--r--examples/docs/src/pages/index.astro6
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/docs/src/pages/index.astro b/examples/docs/src/pages/index.astro
index 7f660ada0..4ce893162 100644
--- a/examples/docs/src/pages/index.astro
+++ b/examples/docs/src/pages/index.astro
@@ -1,5 +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`;
+ // 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>