Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrong default value for cname in schema.json #154

Closed
JohannesHoppe opened this issue Jul 6, 2022 · 1 comment · Fixed by #166
Closed

Wrong default value for cname in schema.json #154

JohannesHoppe opened this issue Jul 6, 2022 · 1 comment · Fixed by #166
Assignees
Labels

Comments

@JohannesHoppe
Copy link
Member

Error: Property 'cname' does not match the schema. 'false' should be a 'string'.

Solved it by adding cname flag manually as github.com along with base-href.

Originally posted by @batbrain9392 in #145 (comment)

see

"cname": {
"type": "string",
"description": "Generate a CNAME file for the specified domain.",
"default": false
},

@JohannesHoppe
Copy link
Member Author

The typings here are indeed wrong, an empty string should do the trick.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant