mirror of
https://gitea.com/gitea/docs.git
synced 2026-06-15 14:41:26 +00:00
When using *STATIC_URL_PREFIX* to load assets, some UI elements will stop working, as described on the Gitea server on Discord: https://discord.com/channels/322538954119184384/322910365237248000/1305896452400218122 The fix is, to disable *ui.notification.EVENT_SOURCE_UPDATE_TIME* by setting it to *-1*. This PR adds that information to the _configuration cheat sheet_. The fix is needed in Gitea 1.22.3. I do not know about previous versions. Co-authored-by: tobias.petersen <tobias.petersen@unity3d.com> Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com> Reviewed-on: https://gitea.com/gitea/docs/pulls/99 Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com> Co-authored-by: tobiasbp <tobiasbp@noreply.gitea.com> Co-committed-by: tobiasbp <tobiasbp@noreply.gitea.com>