移除无用,迁移

This commit is contained in:
2026-06-18 21:03:46 +08:00 Unverified
parent 63a10dd59e
commit d98d2989cb
20 changed files with 405 additions and 406 deletions
+5
View File
@@ -16,6 +16,11 @@ export function getSitePages(): SitePage[] {
.filter(([path]) => {
if (path.includes('/_posts/') || path.includes('/_drafts/')) return false;
return ![
'/source/about/index.md',
'/source/cc/index.md',
'/source/cookie/index.md',
'/source/link/index.md',
'/source/privacy/index.md',
'/source/categories/index.md',
'/source/tags/index.md',
'/source/shuoshuo/index.md',