feat: move Ideas into Support page tab; remove Ideas from nav

This commit is contained in:
Davide Scaini
2026-06-03 11:07:35 +02:00
parent 08f451ec71
commit 37e91af5bd
3 changed files with 17 additions and 20 deletions
+3 -5
View File
@@ -1,7 +1,5 @@
---
import Base from '../../layouts/Base.astro';
import IdeasPage from '../../components/IdeasPage.svelte';
const target = (import.meta.env.BASE_URL ?? '/') + 'support/#ideas';
---
<Base title="Ideas — BincioActivity">
<IdeasPage client:only="svelte" />
</Base>
<meta http-equiv="refresh" content={`0;url=${target}`} />
<script define:vars={{ target }}>window.location.replace(target);</script>