Cook
From Publish Legacy
Go to text β
DEPRECATION NOTICE: This is documentation related to legacy publishing. For the latest guidance, reference the current publishing documentation.
Publishing on Vercel
To publish with vercel, you can use this repo as a template. Output of this template is here
- Fork the above repository
- Deploy in vercel with the following values
- build override
npm run dendron-cli -- buildSiteV2 --wsRoot . --stage prod
- output override:
docs
- After deployment, update the
dendron.yml
siteUrl
field to the url of your domain
Custom Domain on GitHub Pages
- Set the url as well as the
githubCname
propertysite: siteUrl: 'https://wiki.dendron.so' githubCname: wiki.dendron.so
- Make sure to configure this on the provider side to create an Alias record to your cname.