hedgedoc/frontend/src/utils
Erik Michelson 9cbd78f622 fix(frontend): do not hardcode example.org, do not prebuild motd
The motd.md is user-supplied and should therefore not be prebuild during
the HedgeDoc build process. As that required the presence of the base
URL which is also not available in the build context, it fell back to
our fallback value example.org, thus breaking offline builds.
By removing the example.org domains and disabling the prebuild for the
motd, this seems fixed.

Co-authored-by: Philip Molares <philip.molares@udo.edu>
Signed-off-by: Philip Molares <philip.molares@udo.edu>
Signed-off-by: Erik Michelson <github@erik.michelson.eu>
2024-08-07 21:28:17 +02:00
..
base-url-from-env-extractor.spec.ts fix: usage of internal api 2023-10-08 21:59:39 +02:00
base-url-from-env-extractor.ts fix(frontend): do not hardcode example.org, do not prebuild motd 2024-08-07 21:28:17 +02:00
concat-css-classes.spec.ts feat: add concat-css-classes helper method 2023-05-21 22:31:52 +02:00
concat-css-classes.ts feat: add concat-css-classes helper method 2023-05-21 22:31:52 +02:00
configure-luxon.ts fix: configure luxon 2023-04-04 22:46:37 +02:00
cypress-attribute.ts fix(frontend): reformat source files 2022-12-04 20:59:46 +01:00
is-apple-device.ts feat: migrate frontend app to nextjs app router 2023-09-03 22:00:34 +02:00
logger.spec.ts feat(frontend): colorize terminal output of logger 2023-09-03 22:00:34 +02:00
logger.ts feat(frontend): colorize terminal output of logger 2023-09-03 22:00:34 +02:00
measure-performance.spec.ts perf: add performance marker to monitor the needed time for rendering 2023-07-06 10:44:48 +02:00
measure-performance.ts perf: add performance marker to monitor the needed time for rendering 2023-07-06 10:44:48 +02:00
read-file.spec.ts refactor(frontend/commons): rename .test files to .spec 2023-03-25 15:02:29 +01:00
read-file.ts fix: Move content into to frontend directory 2022-11-20 19:48:40 +01:00
test-id.ts fix: Move content into to frontend directory 2022-11-20 19:48:40 +01:00
test-modes.js feat: migrate frontend app to nextjs app router 2023-09-03 22:00:34 +02:00
update-object.ts test(utils): add tests for updateObject util 2024-04-09 10:55:38 +02:00
update-objects.spec.ts test(utils): add tests for updateObject util 2024-04-09 10:55:38 +02:00