hedgedoc/lib
Sheogorath 95355b8f01
Fix broken assets
Since switching to TypeScript our assets are broken due to the move of
app.js to the `./lib` subdirectory and the relative patch specified for
the public directory.

This patch solves the problem by adding a proper config element for the
path and referencing it in `./lib/app.js`.

Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
2020-02-25 11:21:48 +01:00
..
config Fix broken assets 2020-02-25 11:21:48 +01:00
migrations
models Fix typo in Author model 2020-02-24 15:08:27 +01:00
ot
web TypeScript: Tighten configs to improve type validation 2020-02-24 16:19:17 +01:00
workers
app.js Fix broken assets 2020-02-25 11:21:48 +01:00
csp.js Update RevealJS to version 3.9.2 2020-02-01 12:53:15 +01:00
errors.js Making the linter happy by removing superfluous ; 2019-11-28 14:00:34 +01:00
history.js
letter-avatars.js
logger.js
realtime.js
response.js
utils.js