[READ-ONLY] Mirror of https://github.com/hacknug/romi-project. romi-project.vercel.app
0

Configure Feed

Select the types of activity you want to include in your feed.

Fix trying to access property of `undefined`

Nestor Vera (Jul 28, 2022, 5:34 PM +0200) fd73dbdc 679a088b

+1 -1
+1 -1
pages/[...slug].vue
··· 3 3 <template #default> 4 4 <ContentDoc class="grid gap-16" /> 5 5 </template> 6 - <template #toc v-if="page.showToc"> 6 + <template #toc v-if="page && page.showToc"> 7 7 <SitePageNavigation v-bind="{ toc }" /> 8 8 </template> 9 9 </NuxtLayout>