fix: instance redirects to root page with / making it appear as a sub-page in navigation (#6040)

This commit is contained in:
Prospector
2026-05-08 12:54:25 -07:00
committed by GitHub
parent a082e8597c
commit 384556a810
2 changed files with 4 additions and 4 deletions

View File

@@ -149,7 +149,7 @@ const handleOptionsClick = async (args) => {
break
case 'edit':
await router.push({
path: `/instance/${encodeURIComponent(args.item.path)}/`,
path: `/instance/${encodeURIComponent(args.item.path)}`,
})
break
case 'duplicate':