We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81cd999 commit be4693bCopy full SHA for be4693b
src/components/starlight/LanguageSelect.astro
@@ -35,7 +35,7 @@ import Select from "@astrojs/starlight/components/Select.astro";
35
el.addEventListener("change", (e) => {
36
const value = (e.currentTarget as HTMLSelectElement).value;
37
38
- let url = new URL(window.location.href);
+ const url = new URL(window.location.href);
39
switch (value) {
40
case "v1":
41
url.hostname = "v1.biomejs.dev";
0 commit comments