2 Commits

Author SHA1 Message Date
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
4 changed files with 7 additions and 6 deletions
+2 -2
View File
@@ -1,12 +1,12 @@
{ {
"name": "beammp-website", "name": "beammp-website",
"version": "2.4.19", "version": "2.4.20",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "beammp-website", "name": "beammp-website",
"version": "2.4.19", "version": "2.4.20",
"dependencies": { "dependencies": {
"@tailwindcss/vite": "^4.1.17", "@tailwindcss/vite": "^4.1.17",
"@vueuse/core": "^14.1.0", "@vueuse/core": "^14.1.0",
+1 -1
View File
@@ -1,7 +1,7 @@
{ {
"name": "beammp-website", "name": "beammp-website",
"private": true, "private": true,
"version": "2.4.19", "version": "2.4.20",
"type": "module", "type": "module",
"scripts": { "scripts": {
"dev": "vite", "dev": "vite",
+2 -2
View File
@@ -48,13 +48,13 @@
"logo": "https://vyperhosting.com/assets/logo.png" "logo": "https://vyperhosting.com/assets/logo.png"
}, },
{ {
"name": "BisecHosting", "name": "BisectHosting",
"website": "https://bisecthosting.com/beammp-server-hosting", "website": "https://bisecthosting.com/beammp-server-hosting",
"from": "$5.99/mo", "from": "$5.99/mo",
"logo": "https://www.bisecthosting.com/_ipx/q_100&s_140x46/images/logo-dark-theme.svg" "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", "website": "https://fourseasonshosting.com",
"from": "$3.00/mo", "from": "$3.00/mo",
"logo": "https://fourseasonshosting.com/_next/image?url=%2Flogo.png&w=256&q=75" "logo": "https://fourseasonshosting.com/_next/image?url=%2Flogo.png&w=256&q=75"
+2 -1
View File
@@ -38,7 +38,8 @@ const toggleDropdown = () => {
} }
const getFlagUrl = (flagName) => { 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 () => { onMounted(async () => {