Skip to content

Commit 982abc7

Browse files
Fix sitemap URL formatting in CompleteData structure
1 parent 044e5ee commit 982abc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cynthia_websites_mini_client/src/cynthia_websites_mini_client/configtype.gleam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ pub const default_shared_cynthia_config_global_only: SharedCynthiaConfigGlobalOn
169169
comment_repo: None,
170170
git_integration: True,
171171
crawlable_context: False,
172-
sitemap: Some("example.com"),
172+
sitemap: Some("https://example.com"),
173173
other_vars: [],
174174
)
175175

0 commit comments

Comments
 (0)