Skip to content
This repository was archived by the owner on Feb 27, 2024. It is now read-only.

Commit 6fad607

Browse files
committed
Removing conflict code
1 parent d34cc1d commit 6fad607

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

pages/index.js

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -54,16 +54,8 @@ export default function HomePage({post}) {
5454
/**
5555
* Get post static props.
5656
*
57-
<<<<<<< HEAD
58-
* @see https://github.com/WebDevStudios/nextjs-starter-wordpress/blob/main/themes/wds_headless/inc/menus.php
59-
* @param {object} context Context for current post.
60-
* @param {boolean} context.preview Whether requesting preview of post.
61-
* @param {object} context.previewData Post preview data.
62-
* @return {object} Post props.
63-
=======
6457
* @author WebDevStudios
6558
* @return {object} Post props.
66-
>>>>>>> b94848f4dba6c575636b21821be52f6717dd39e0
6759
*/
6860
export async function getStaticProps() {
6961
return await getPostTypeStaticProps({slug: '/'}, postType)

0 commit comments

Comments
 (0)