mirror of
https://github.com/BeamMP/BeamMP-Website.git
synced 2026-05-19 16:10:40 +00:00
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| d879a2995f | |||
| c2e37eea5a |
Generated
+2
-2
@@ -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
@@ -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",
|
||||||
|
|||||||
@@ -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"
|
||||||
|
|||||||
@@ -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 () => {
|
||||||
|
|||||||
Reference in New Issue
Block a user