move assets into /public/ folder
This commit is contained in:
parent
fe60674d7e
commit
c033a05d8c
Before Width: | Height: | Size: 9.9 KiB After Width: | Height: | Size: 9.9 KiB |
|
@ -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()
|
||||
|
|
Loading…
Reference in a new issue