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

@ -40,7 +40,7 @@
<script>
import LinkButton from '~/components/link-button.vue'
import EmailSubscribe from '~/components/email-subscribe.vue'
import appList from '~/dist/app-list.json'
import appList from '~/app-list.json'
// import buildAppList from '~/helpers/build-app-list'
export default {

View file

@ -25,7 +25,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 {
components: {

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 } }) {