Skip to content

Commit

Permalink
build(front): renames posts page content object
Browse files Browse the repository at this point in the history
  • Loading branch information
dgrebb committed Jul 9, 2023
1 parent 3ef750c commit 8cb0f90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion front/src/routes/posts/+page.server.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export async function load({ params }) {
console.log(error);
}
return {
content: { ...postsPageContent.attributes },
postsPageContent: { ...postsPageContent.attributes },
posts: [ ...postsContent ],
};
}

0 comments on commit 8cb0f90

Please sign in to comment.