Skip to content

Commit

Permalink
Fix link to Logs in case of sub folder hosting (#2624)
Browse files Browse the repository at this point in the history
  • Loading branch information
ildyria authored and aSouchereau committed Nov 9, 2024
1 parent 8f5cc73 commit 1aed4d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/js/menus/LeftMenu.vue
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ const items = computed<MenyType[]>(() => {
{
label: "lychee.LOGS",
icon: "excerpt",
url: "/Logs",
url: Constants.BASE_URL + "/Logs",
access: (initData.value.settings.can_see_logs ?? false) && logsEnabled.value,
},
{
Expand Down

0 comments on commit 1aed4d8

Please sign in to comment.