Skip to content

Commit

Permalink
fix extra fields issue
Browse files Browse the repository at this point in the history
  • Loading branch information
bryantgillespie committed Aug 14, 2024
1 parent 995ccbd commit 78d36dd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pages/[...permalink].vue
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ const { data: page } = await useAsyncData(
'headline',
'content',
'image',
'buttons',
'image_position',
{ button_group: ['*', { buttons: ['*', { page: ['permalink'], post: ['slug'] }] }] },
],
Expand Down Expand Up @@ -77,7 +76,6 @@ const { data: page } = await useAsyncData(
'title',
'headline',
'content',
'buttons',
{
button_group: [
'*',
Expand Down

0 comments on commit 78d36dd

Please sign in to comment.