docs: trigger build
This commit is contained in:
parent
d5564747fa
commit
b3a6decc70
1 changed files with 1 additions and 1 deletions
|
@ -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'];
|
||||
|
|
Loading…
Reference in a new issue