upgrade the project

This commit is contained in:
PrinOrange
2024-04-03 22:08:27 +08:00
parent a615511139
commit ea3597d62f
313 changed files with 10677 additions and 7069 deletions

View File

@@ -2,8 +2,8 @@ import { Config } from "@/data/config";
import path from "path";
import process from "process";
export const LatestPostCountInHomePage = 5;
export const PostCountPerPagination = 5;
export const LatestPostCountInHomePage = 10;
export const PostCountPerPagination = 10;
export const PostsRootDirectory = path.join(process.cwd(), "./data/posts");
export const RSSFeedURL = `https://${Config.SiteDomain}/rss.xml`;