hedgedoc/frontend/src/components
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
..
application-loader refactor(redux): migrate to RTK2 store definition 2024-04-09 10:55:38 +02:00
cheatsheet fix(deps): replace flexsearch-ts with orama 2024-01-18 19:12:46 +01:00
common feat(sidebar): add media browser 2024-04-18 22:11:49 +02:00
document-read-only-page refactor: remove show-if in favour of conditionals 2023-11-30 21:14:01 +01:00
editor-page feat(sidebar): add media browser 2024-04-18 22:11:49 +02:00
error-pages refactor: remove show-if in favour of conditionals 2023-11-30 21:14:01 +01:00
global-dialogs fix(frontend): do not hardcode example.org, do not prebuild motd 2024-08-07 21:28:17 +02:00
history-page refactor: remove show-if in favour of conditionals 2023-11-30 21:14:01 +01:00
intro-page refactor: remove show-if in favour of conditionals 2023-11-30 21:14:01 +01:00
landing-layout set color-thema 2024-01-12 16:54:17 +01:00
layout refactor: remove show-if in favour of conditionals 2023-11-30 21:14:01 +01:00
login-page refactor: remove show-if in favour of conditionals 2023-11-30 21:14:01 +01:00
markdown-renderer refactor: remove show-if in favour of conditionals 2023-11-30 21:14:01 +01:00
motd feat(motd): read motd in RSC and provide via context 2023-10-24 13:49:12 +02:00
notifications fix(notifications): use translation hook to eval replacements 2024-04-04 00:36:48 +02:00
profile-page refactor: remove show-if in favour of conditionals 2023-11-30 21:14:01 +01:00
register-page refactor: remove show-if in favour of conditionals 2023-11-30 21:14:01 +01:00
render-page delete baseURL args 2024-01-28 17:05:53 +01:00
slide-show-page fix(frontend): migrate type changes 2023-10-20 13:35:54 +00:00