Add image + revert last incorrect commit
This commit is contained in:
parent
0d6edfec37
commit
cee8e8051a
Binary file not shown.
After Width: | Height: | Size: 87 KiB |
|
@ -74,7 +74,7 @@ class Adapter {
|
|||
}
|
||||
else if (type === 'blob') {
|
||||
item.a_attr = {
|
||||
href: `/${repo.username}/${repo.reponame}/${type}/${repo.branch}/${encodeURI(path)}`
|
||||
href: `/${repo.username}/${repo.reponame}/${type}/${repo.branch}/${encodeURIComponent(path)}`
|
||||
}
|
||||
}
|
||||
else if (type === 'commit') {
|
||||
|
|
Loading…
Reference in New Issue