From 3c7fb6be02b5f22c88a19dd78931e6d38c86bb48 Mon Sep 17 00:00:00 2001 From: Sam Carlton Date: Mon, 25 Apr 2022 22:28:26 -0500 Subject: [PATCH] Disable app-list import --- src/pages/app/[slug].astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/app/[slug].astro b/src/pages/app/[slug].astro index f3ea657..264e40d 100644 --- a/src/pages/app/[slug].astro +++ b/src/pages/app/[slug].astro @@ -13,7 +13,7 @@ import LinkButton from '~/components/link-button.vue' import AllUpdatesSubscribe from '~/components/all-updates-subscribe.vue' import VideoRow from '~/components/video/row.vue' -import appList from '~/static/app-list.json' +// import appList from '~/static/app-list.json' // export async function getStaticPaths () { // return appList.map(app => {