fix sidenote tiling bug

This commit is contained in:
2022-05-14 13:30:11 -07:00
parent 7e5960c14a
commit ca903e2d15
3 changed files with 19 additions and 10 deletions

View File

@@ -9,7 +9,6 @@
}
}
catch (err) {
console.log(err);
return {
status: 404,
error: `Not found: ${url.pathname}`,