mirror of
https://github.com/BeamMP/BeamMP-Website.git
synced 2026-04-22 16:07:05 +00:00
Lots of changes & improvements
This commit is contained in:
@@ -55,6 +55,16 @@ const baseRoutes = [
|
||||
requiresAuth: false,
|
||||
},
|
||||
},
|
||||
{
|
||||
path: 'partners',
|
||||
name: 'Partners',
|
||||
component: () => import('@/views/Partners.vue'),
|
||||
meta: {
|
||||
title: 'Partners - BeamMP',
|
||||
description: 'Explore trusted hosting partners for BeamMP servers',
|
||||
requiresAuth: false,
|
||||
},
|
||||
},
|
||||
]
|
||||
|
||||
const routes = [
|
||||
|
||||
Reference in New Issue
Block a user