mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-21 01:06:30 -05:00
fix(frontend): build messages
The urls are not https://example.org since https://github.com/hedgedoc/hedgedoc/pull/5598 and this message should have been changed then as well. Signed-off-by: Philip Molares <philip.molares@udo.edu>
This commit is contained in:
parent
4d7621c45f
commit
994b159618
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ if (isMockMode) {
|
|||
|
||||
if (isBuildTime) {
|
||||
console.warn(`This process runs in build mode. During build time this means:
|
||||
- Editor and Renderer base urls are https://example.org
|
||||
- Editor and Renderer base urls are '' (empty string)
|
||||
- No frontend config will be fetched
|
||||
`)
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue