Move app list into root folder

This commit is contained in:
Sam Carlton 2020-11-17 12:23:17 -06:00
parent 478131f314
commit 643be6dc21
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 '~/dist/app-list.json'
import appList from '~/app-list.json'
export default {
async asyncData ({ params: { slug } }) {