Lots of changes & improvements

This commit is contained in:
Starystars67
2025-12-23 11:51:13 +00:00
parent 07a84f25d5
commit b3d6f59aaf
18 changed files with 557 additions and 153 deletions

View File

@@ -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 = [