Skip to content

Commit 1467049

Browse files
committed
fix:remove the query param from getStaticProps function and remove filterTag as well
1 parent 09a6208 commit 1467049

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pages/blog/index.page.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,6 @@ export default function StaticMarkdownPage({
9292
const [currentFilterTags, setCurrentFilterTags] =
9393
useState<blogCategories[]>(initialFilters);
9494

95-
9695
// When the router query changes, update the filters.
9796
useEffect(() => {
9897
const { query } = router;

0 commit comments

Comments
 (0)