This commit is contained in:
parent
d8cc4f8caf
commit
0bc89f4a72
7 changed files with 48 additions and 22 deletions
|
@ -13,7 +13,7 @@
|
|||
|
||||
document.addEventListener('DOMContentLoaded', async () => {
|
||||
const editLink = document.createElement('a');
|
||||
editLink.href = getEditLink(path);
|
||||
editLink.href = "./error.html";
|
||||
document.body.appendChild(editLink);
|
||||
|
||||
const htmlContainer = document.createElement('div');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue