mirror of
https://github.com/Fluffy-Bean/TastyBites.git
synced 2025-05-19 09:54:58 +00:00
Add MenuItem page
Add some information to Contact page
This commit is contained in:
parent
f61fb472e2
commit
ec2696fc1f
7 changed files with 221 additions and 22 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue