Add MenuItem page

Add some information to Contact page
This commit is contained in:
Michał Gdula 2024-04-24 17:43:08 +01:00
parent f61fb472e2
commit ec2696fc1f
7 changed files with 221 additions and 22 deletions

View file

@ -15,6 +15,12 @@ const routes = {
conditions: [],
userData: { showNavBar: true, fullWidth: true, },
}),
"/item/:name": wrap({
asyncComponent: () => import("%/pages/PageItem.svelte"),
loadingComponent: PageLoading,
conditions: [],
userData: { showNavBar: true, fullWidth: true, },
}),
"/contact": wrap({
asyncComponent: () => import("%/pages/PageContact.svelte"),
loadingComponent: PageLoading,