hi, I have start a multi language static sites with sv create, but always failed, today I got the resolve
the sv create template lost the follow hidden links. +layout.svelte
<div style="display:none">
{#each locales as locale}
<a href={localizeHref(page.url.pathname, { locale })}>{locale}</a>
{/each}
</div>