You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: command-builder/deploy/schema.json
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -25,6 +25,10 @@
25
25
"siteId": {
26
26
"type": "string",
27
27
"description": "Every netlify app have a API ID which uniquly identify that app."
28
+
},
29
+
"baseHref": {
30
+
"type": "string",
31
+
"description": "This is an example how to override the workspace set of options. --- Base url for the application being built. Same as `ng build --base-href=/XXX/`."
0 commit comments