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