siteRootDir
- type:
string
- default:
docs
- required:
true
Description
Set the directory where your website will be built. This path is relative to your workspace root.
Example
publishing:
siteRootDir: docs # will build site under {workspace root}/docs/
Backlinks