mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-05-30 15:10:11 +00:00
修复伪静态分页bug
This commit is contained in:
@@ -32,6 +32,7 @@ export default function BlogListPage(props) {
|
||||
.split('?')[0]
|
||||
.replace(/\/page\/[1-9]\d*/, '')
|
||||
.replace(/\/$/, '')
|
||||
.replace('.html', '')
|
||||
|
||||
return (
|
||||
<div className='w-full md:pr-8 mb-12'>
|
||||
|
||||
Reference in New Issue
Block a user