Move app list to dist folder

This commit is contained in:
Sam Carlton 2020-11-17 12:21:17 -06:00
parent dd79736bb0
commit 478131f314
6 changed files with 7 additions and 7 deletions

View file

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