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 => {