Skip to content

Commit

Permalink
fix 404 site todo quebrado
Browse files Browse the repository at this point in the history
  • Loading branch information
raffareis committed Aug 13, 2024
1 parent 98f7928 commit e14575a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pages/[...permalink].vue
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ const { data: page } = await useAsyncData(
'headline',
'content',
'image',
'buttons',
//'buttons',
'image_position',
{ button_group: ['*', { buttons: ['*', { page: ['permalink'], post: ['slug'] }] }] },
],
Expand Down Expand Up @@ -77,7 +77,7 @@ const { data: page } = await useAsyncData(
'title',
'headline',
'content',
'buttons',
//'buttons',
{
button_group: [
'*',
Expand Down

0 comments on commit e14575a

Please sign in to comment.