This commit is contained in:
Kyle Gill
2021-02-09 17:32:28 -07:00
6 changed files with 217 additions and 95 deletions

View File

@@ -124,7 +124,7 @@ class Search extends Component {
entry.text.length > 1 && (
<Link
key={index}
to={`${entry.year}/${pad(entry.month)}/${pad(entry.day)}`}
to={`/${entry.year}/${pad(entry.month)}/${pad(entry.day)}`}
style={{ textDecoration: "none" }}
>
<SearchResult