mirror of
https://github.com/seigler/dashdev-website
synced 2025-07-26 22:36:09 +00:00
add gh-pages package and remove git-directory-deploy
This commit is contained in:
parent
b58c9d46f5
commit
734990666a
3 changed files with 223 additions and 58 deletions
5
build.js
5
build.js
|
@ -21,7 +21,10 @@ siteMeta = {
|
|||
author: 'dashdevs',
|
||||
contact: 'https://chat.dashdevs.org',
|
||||
domain: devBuild ? 'http://127.0.0.1' : 'https://dashdev-suite.github.io', // set domain
|
||||
rootpath: devBuild ? null : '/dashdev-website/build/' // set absolute path (null for relative)
|
||||
// rootpath: devBuild ? null : '/dashdev-website/build/' // set absolute path (null for relative)
|
||||
// for gh-pages npm package usage without "build" dir:
|
||||
rootpath: devBuild ? null : '/dashdev-website/' // set absolute path (null for relative)
|
||||
|
||||
};
|
||||
|
||||
templateConfig = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue