diff options
Diffstat (limited to 'examples/docs/src/pages/index.astro')
-rw-r--r-- | examples/docs/src/pages/index.astro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/docs/src/pages/index.astro b/examples/docs/src/pages/index.astro index 4ce893162..bce06972f 100644 --- a/examples/docs/src/pages/index.astro +++ b/examples/docs/src/pages/index.astro @@ -1,4 +1,4 @@ -<script> +<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`; |