From 994b1596185c360fadc2914ef3f404b7a4e18bbb Mon Sep 17 00:00:00 2001 From: Philip Molares Date: Sun, 1 Sep 2024 15:30:39 +0200 Subject: [PATCH] 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 --- frontend/next.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/next.config.js b/frontend/next.config.js index 28045b985..bea576648 100644 --- a/frontend/next.config.js +++ b/frontend/next.config.js @@ -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 `) }