mirror of
https://github.com/BeamMP/BeamMP-Website.git
synced 2026-07-13 02:04:47 +00:00
Compare commits
9 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 19cbd9da15 | |||
| c7db28166f | |||
| 8fa3ed49be | |||
| 33764c3ede | |||
| 017c8708d8 | |||
| d2ec932153 | |||
| 38213e1a50 | |||
| d879a2995f | |||
| c2e37eea5a |
Generated
+542
-578
File diff suppressed because it is too large
Load Diff
+3
-3
@@ -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
@@ -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"
|
||||
}
|
||||
]
|
||||
|
||||
@@ -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 () => {
|
||||
|
||||
Reference in New Issue
Block a user