Sip set /block canonical url

This commit is contained in:
Mononaut
2023-08-24 20:34:36 +09:00
parent eeefaa6374
commit 8bc1eaebc0
3 changed files with 7 additions and 2 deletions

View File

@@ -50,6 +50,7 @@ const routes = {
return {
block,
transactions,
canonicalPath: `/block/${blockId}`,
};
}
}