Add more cities
This commit is contained in:
@@ -17,6 +17,21 @@ const router = createRouter({
|
||||
name: '000',
|
||||
component: DigiSnaxxView
|
||||
},
|
||||
{
|
||||
path: '/boston',
|
||||
name: 'bos',
|
||||
component: DigiSnaxxView
|
||||
},
|
||||
{
|
||||
path: '/chicago',
|
||||
name: 'chi',
|
||||
component: DigiSnaxxView
|
||||
},
|
||||
{
|
||||
path: '/houston',
|
||||
name: 'hou',
|
||||
component: DigiSnaxxView
|
||||
},
|
||||
{
|
||||
path: '/medellin',
|
||||
name: 'mde',
|
||||
@@ -27,16 +42,32 @@ const router = createRouter({
|
||||
name: 'msp',
|
||||
component: DigiSnaxxView
|
||||
},
|
||||
{
|
||||
path: '/philly',
|
||||
name: 'phl',
|
||||
component: DigiSnaxxView
|
||||
},
|
||||
{
|
||||
path: '/portland',
|
||||
name: 'pdx',
|
||||
component: DigiSnaxxView
|
||||
},
|
||||
{
|
||||
path: '/stlouis',
|
||||
name: 'stl',
|
||||
component: DigiSnaxxView
|
||||
},
|
||||
|
||||
// {
|
||||
// path: '/live',
|
||||
// name: 'live',
|
||||
// component: LiveView
|
||||
// },
|
||||
{
|
||||
path: '/media',
|
||||
name: 'bluesky',
|
||||
component: BlueskyView
|
||||
},
|
||||
// {
|
||||
// path: '/media',
|
||||
// name: 'bluesky',
|
||||
// component: BlueskyView
|
||||
// },
|
||||
]
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user