Skip to content

Commit af5dcac

Browse files
committed
Updated example config
1 parent 62b4404 commit af5dcac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ Example setting configuration:
129129
homeTitle: 'My Website',
130130
skipUrlSegment: 2,
131131
customBaseUrl: 'https://example.com/123',
132-
customFieldHandleEntryId: entry.id,
132+
customFieldHandleEntryId: entry.id ?? null,
133133
customFieldHandle: 'myCustomField',
134134
limit: '3'
135135
}

0 commit comments

Comments
 (0)