You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a blog post with title .../2019/08-02-oracle-deadlock-when-using-bitmap-index/. This URL was shortened to .../2019/08-02-oracle-deadlock-when-using-bitmap-/.
I have a blog post with title
.../2019/08-02-oracle-deadlock-when-using-bitmap-index/
. This URL was shortened to.../2019/08-02-oracle-deadlock-when-using-bitmap-/
.To get rid of this behaviour I changed two files:
core/src/Commands/BuildCommand.php
core/src/Entries/Entry.php
I commented out below code.
For 1:
For 2:
Currently I think that this code serves no other purpose then zapping this index-string at end of URL. But maybe there is another reason.
The text was updated successfully, but these errors were encountered: