move assets into /public/ folder

This commit is contained in:
moehreag 2024-06-08 18:48:47 +02:00
parent fe60674d7e
commit c033a05d8c
12 changed files with 6 additions and 2 deletions

View file

Before

Width:  |  Height:  |  Size: 9.9 KiB

After

Width:  |  Height:  |  Size: 9.9 KiB

View file

@ -6,6 +6,10 @@ next: false
editLink: false
lastUpdated: false
outline: false
head:
- - meta
- property: Access-Control-Allow-Origin
content: https://git.frogmc.dev/
---
<!-- This is a mess! Someone improve this please. -->
@ -13,8 +17,8 @@ outline: false
import JSZip from 'jszip'
import { ref, onMounted } from 'vue'
import { saveAs } from 'file-saver'
const assetBaseUrl = "https://git.frogmc.dev/frogmc/frogmc.dev/raw/branch/mistress/resources/"
const gameVersion = ref('loading')
const assetBaseUrl = "/resources"
const gameVersion = ref()
const showSnapshots = ref()
const versionSelector = ref()
const modIdRef = ref()