diff options
author | 2021-08-13 11:49:41 -0500 | |
---|---|---|
committer | 2021-08-13 11:49:41 -0500 | |
commit | b3a6decc703212f986f2082ea3a8ee208e56d5c0 (patch) | |
tree | 0f126971b3ccb566a24c51f5237ff5b6dc75ca78 /docs/src/pages/index.astro | |
parent | d5564747fab9a41c496e702090c47992884ae87f (diff) | |
download | astro-b3a6decc703212f986f2082ea3a8ee208e56d5c0.tar.gz astro-b3a6decc703212f986f2082ea3a8ee208e56d5c0.tar.zst astro-b3a6decc703212f986f2082ea3a8ee208e56d5c0.zip |
docs: trigger build
Diffstat (limited to '')
-rw-r--r-- | docs/src/pages/index.astro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/src/pages/index.astro b/docs/src/pages/index.astro index 3b2eee767..a8a921093 100644 --- a/docs/src/pages/index.astro +++ b/docs/src/pages/index.astro @@ -3,7 +3,7 @@ import Layout from '../layouts/MainLayout.astro'; --- <script> - // This is some wip redirect code based on the browser language. + // WIP: trigger a client-side redirect based on the browser language. // A vercel.json redirect is enforced in production, so no user should ever see this page. // Remove the vercel.json redirect when this is ready. const KNOWN_LANGUAGES = ['bg', 'de','en','es','fi','nl','pt-br','zh-CN','zh-TW', 'fr']; |