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

Commit efeccf9

Browse files
committed
Export fragment
1 parent d8fa97a commit efeccf9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/wordpress/posts/queryPostsArchive.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import seoPostFields from '../_partials/seoPostFields'
66
import defaultPageData from '../_partials/defaultPageData'
77

88
// Fragment: retrieve archive post fields.
9-
const archivePostFragment = gql`
9+
export const archivePostFragment = gql`
1010
fragment ArchivePostFields on Post {
1111
${globalPostFields}
1212
excerpt

0 commit comments

Comments
 (0)