upgrade the project
This commit is contained in:
@@ -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`;
|
||||
|
||||
Reference in New Issue
Block a user