feat: move Ideas into Support page tab; remove Ideas from nav
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user