mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-06-05 07:26:46 +00:00
修复伪静态分页bug
This commit is contained in:
@@ -20,6 +20,7 @@ export const BlogListPage = props => {
|
||||
.split('?')[0]
|
||||
.replace(/\/page\/[1-9]\d*/, '')
|
||||
.replace(/\/$/, '')
|
||||
.replace('.html', '')
|
||||
|
||||
const blogPostRefs = useRef([])
|
||||
|
||||
|
||||
Reference in New Issue
Block a user