-
Notifications
You must be signed in to change notification settings - Fork 98
Closed
Labels
Description
Error:
Property 'cname' does not match the schema. 'false' should be a 'string'.
Solved it by adding
cnameflag manually asgithub.comalong withbase-href.
Originally posted by @batbrain9392 in #145 (comment)
see
angular-cli-ghpages/src/deploy/schema.json
Lines 51 to 55 in 76753b0
| "cname": { | |
| "type": "string", | |
| "description": "Generate a CNAME file for the specified domain.", | |
| "default": false | |
| }, |