Moce app list to static folder

This commit is contained in:
Sam Carlton 2020-11-26 16:00:42 -06:00
parent 648c7914e5
commit b475efa577
6 changed files with 7 additions and 7 deletions

View file

@ -48,7 +48,7 @@
import parseGithubDate from '~/helpers/parse-github-date'
import LinkButton from '~/components/link-button.vue'
import EmailSubscribe from '~/components/email-subscribe.vue'
import appList from '~/app-list.json'
import appList from '~/static/app-list.json'
// import buildAppList from '~/helpers/build-app-list'
export default {

View file

@ -37,7 +37,7 @@
import Search from '~/components/search.vue'
import LinkButton from '~/components/link-button.vue'
import appList from '~/app-list.json'
import appList from '~/static/app-list.json'
import gameList from '~/game-list.json'
// console.log('appList.length', appList.length)

View file

@ -41,7 +41,7 @@
import Search from '~/components/search.vue'
import LinkButton from '~/components/link-button.vue'
import appList from '~/app-list.json'
import appList from '~/static/app-list.json'
export default {
async asyncData ({ params: { slug } }) {