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

@ -120,7 +120,7 @@
<script>
import scrollIntoView from 'scroll-into-view-if-needed'
import appList from '~/assets/app-list.json'
import appList from '~/dist/app-list.json'
import EmailSubscribe from '~/components/email-subscribe.vue'