mirror of
https://github.com/BeamMP/BeamMP-Website.git
synced 2026-05-19 16:10:40 +00:00
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 0322221529 |
+1
-1
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "beammp-website",
|
"name": "beammp-website",
|
||||||
"private": true,
|
"private": true,
|
||||||
"version": "2.4.16",
|
"version": "2.4.17",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "vite",
|
"dev": "vite",
|
||||||
|
|||||||
+4
-4
@@ -25,13 +25,13 @@ const isLoading = ref(true)
|
|||||||
const heroImageLoaded = ref(false)
|
const heroImageLoaded = ref(false)
|
||||||
const heroImageSrc = ref(landingLq)
|
const heroImageSrc = ref(landingLq)
|
||||||
const installerDownloadUrl = computed(() => {
|
const installerDownloadUrl = computed(() => {
|
||||||
//const base = import.meta.env.BASE_URL || '/'
|
const base = import.meta.env.BASE_URL || '/'
|
||||||
/*if (base === './') {
|
if (base === './') {
|
||||||
return '/installer/BeamMP_Installer.exe'
|
return '/installer/BeamMP_Installer.exe'
|
||||||
}
|
}
|
||||||
return `${base.replace(/\/$/, '')}/installer/BeamMP_Installer.exe`
|
return `${base.replace(/\/$/, '')}/installer/BeamMP_Installer.exe`
|
||||||
*/
|
|
||||||
return 'https://github.com/BeamMP/BeamMP-Launcher/releases/download/v2.8.0/BeamMP_Installer.exe'
|
//return 'https://github.com/BeamMP/BeamMP-Launcher/releases/download/v2.8.0/BeamMP_Installer.exe'
|
||||||
})
|
})
|
||||||
|
|
||||||
onMounted(async () => {
|
onMounted(async () => {
|
||||||
|
|||||||
Reference in New Issue
Block a user