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