Path prefix
[]
The HCMS Client typically runs on its own domain, and the entry point is the root (/
or /index.html
). It is, however, possible to run a standalone portal on some path prefix.
The path prefix must be always specified in the config.json
as a property prefix
, even if you want to use the root path:
{
"portal": {
},
"prefix": "/hcms-client"
}