Closed lluni closed 4 months ago
Thanks for the report @lluni !
I just now pushed a commit which fixes the src
of that tag, and hope that will solve the problem. Will be available in the latest docker image!
The index page now works again with the newest docker image, thanks for the very quick fix!
Since one of the newest commits, the index page shows a 404:
Also, the following errors are logged:
I assume this is the case, because the image source in https://github.com/kcapp/frontend/blob/340b8be467cf4a846f13deebe30a4d2450be92e0/src/pages/index/components/new-game-form/new-game-form.marko#L3 is defined as
images/logo128V.png
whereas everywhere else like in https://github.com/kcapp/frontend/blob/141deb0ee68017c223964eda21dde982e4d178cc/src/pages/index-controller/components/index-controller.marko#L5 it is defined as/images/logo128V.png
(with a prepended slash).