mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
Move Game List to static folder
This commit is contained in:
parent
4255174dd3
commit
b22fd148f1
5 changed files with 6 additions and 6 deletions
|
|
@ -18,7 +18,7 @@ const storeAppList = async function (builder) {
|
|||
const gamesListPath = path.join(
|
||||
// builder.nuxt.options.buildDir,
|
||||
builder.nuxt.options.srcDir,
|
||||
'/game-list.json'
|
||||
'/static/game-list.json'
|
||||
)
|
||||
|
||||
const appList = await buildAppList()
|
||||
|
|
@ -60,7 +60,7 @@ export default {
|
|||
routes() {
|
||||
return Promise.all([
|
||||
import('./static/app-list.json'),
|
||||
import('./game-list.json')
|
||||
import('./static/game-list.json')
|
||||
])
|
||||
.then(([
|
||||
importedAppList,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue