Compare commits

...

9 Commits

Author SHA1 Message Date
Starystars67 19cbd9da15 nump version and address vulns 2026-06-16 13:48:57 +01:00
Starystars67 c7db28166f Correct json syntax 2026-06-16 13:46:33 +01:00
trebor8820 8fa3ed49be Update partners.json
Added TLS Servers-Studios
2026-06-16 13:46:33 +01:00
Starystars67 33764c3ede Create TLS_Servers-Studios.png 2026-06-16 13:41:53 +01:00
Starystars67 017c8708d8 Update logo URL for Connect Hosting 2026-05-27 16:59:56 +01:00
Starystars67 d2ec932153 Bump package version to 2.4.22 & address vulns 2026-05-16 13:45:14 -05:00
Starystars67 38213e1a50 Remove Horizon Hosting and Vertuo Hosting entries
Removed entries for Horizon Hosting and Vertuo Hosting from partners.json.
2026-05-16 18:12:51 +01:00
Mackenzie d879a2995f fix typos in partners config 2026-05-02 11:11:06 +01:00
Starystars67 c2e37eea5a fix flags for languages 2026-04-14 16:45:18 +01:00
5 changed files with 556 additions and 597 deletions
+542 -578
View File
File diff suppressed because it is too large Load Diff
+3 -3
View File
@@ -1,7 +1,7 @@
{
"name": "beammp-website",
"private": true,
"version": "2.4.19",
"version": "2.4.23",
"type": "module",
"scripts": {
"dev": "vite",
@@ -33,6 +33,6 @@
"eslint-plugin-vue": "^10.6.2",
"prettier": "^3.7.3",
"tw-animate-css": "^1.4.0",
"vite": "^7.2.4"
"vite": "^8.0.16"
}
}
}
Binary file not shown.

After

Width:  |  Height:  |  Size: 365 KiB

+9 -15
View File
@@ -1,10 +1,4 @@
[
{
"name": "Horizon Hosting",
"website": "https://hrzn.link/beammp",
"from": "$3.34/mo",
"logo": "https://hrznhosting.com/assets/logo.svg"
},
{
"name": "RackGenius",
"website": "https://rackgeni.us/beammp-plans",
@@ -15,7 +9,7 @@
"name": "Connect Hosting",
"website": "https://connecthosting.net/beammp",
"from": "$1.49/mo",
"logo": "https://connecthosting.net/img/logo.webp"
"logo": "https://connecthosting.net/logo.png"
},
{
"name": "Assetto Hosting",
@@ -48,23 +42,17 @@
"logo": "https://vyperhosting.com/assets/logo.png"
},
{
"name": "BisecHosting",
"name": "BisectHosting",
"website": "https://bisecthosting.com/beammp-server-hosting",
"from": "$5.99/mo",
"logo": "https://www.bisecthosting.com/_ipx/q_100&s_140x46/images/logo-dark-theme.svg"
},
{
"name": "Four Season Hosting",
"name": "Four Seasons Hosting",
"website": "https://fourseasonshosting.com",
"from": "$3.00/mo",
"logo": "https://fourseasonshosting.com/_next/image?url=%2Flogo.png&w=256&q=75"
},
{
"name": "Vertuo Hosting",
"website": "https://vertuohosting.com",
"from": "$1.99/mo",
"logo": "https://vertuohosting.com/assets/img/logo.png"
},
{
"name": "Winheberg",
"website": "https://winheberg.fr/offres/gaming/beammp",
@@ -82,5 +70,11 @@
"website": "https://iceline-hosting.com/games/beammp",
"from": "$3.64/mo",
"logo": "https://iceline-hosting.com/_astro/logo.DTnWV5zL_157TDr.webp"
},
{
"name": "TLS Servers-Studios",
"website": "https://tlsservers.com/beammp",
"from": "$2.00/mo",
"logo": "/partner_logos/TLS_Servers-Studios.png"
}
]
+2 -1
View File
@@ -38,7 +38,8 @@ const toggleDropdown = () => {
}
const getFlagUrl = (flagName) => {
return new URL(`../assets/flags/${flagName}.png`, import.meta.url).href
//return new URL(`../assets/flags/${flagName}.png`, import.meta.url).href
return `/flags/${flagName}.png`
}
onMounted(async () => {