Skip to content

Commit

Permalink
Merge pull request #1245 from milvus-io/preview
Browse files Browse the repository at this point in the history
Preview
  • Loading branch information
shanghaikid authored Nov 30, 2023
2 parents 8da3d61 + 5ad4ead commit 0b60455
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/templates/blogTemplate.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ export default function Template({ data, pageContext }) {
);

const handleTagClick = tag => {
navigate(`/blog?page=1#${tag}`);
navigate(`/blog?#${tag}`);
};

useEffect(() => {
Expand Down

0 comments on commit 0b60455

Please sign in to comment.