fix crawling

This commit is contained in:
vcoppe
2025-11-10 18:37:31 +01:00
parent e334419e24
commit 36c6c623de
8 changed files with 48 additions and 23 deletions

View File

@@ -154,15 +154,6 @@
{/if}
</div>
<!-- hidden links for svelte crawling -->
<div class="hidden">
{#each Object.entries(languages) as [lang, label]}
<a href={getURLForLanguage(lang, '/embed')}>
{label}
</a>
{/each}
</div>
<style lang="postcss">
@reference "tailwindcss";