4 lines
110 B
JavaScript
4 lines
110 B
JavaScript
|
/**
|
||
|
* Get the site root, {siteRoot} is to be replaced by doc-gen4.
|
||
|
*/
|
||
|
export const SITE_ROOT = "{siteRoot}";
|