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:
Philip Molares
2024-09-01 15:30:39 +02:00
committed by Yannick Bungers
parent 4d7621c45f
commit 994b159618
+1 -1
View File
@@ -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
`)
}