update: define constants for blog.

This commit is contained in:
ItzNotABug
2024-08-09 18:25:40 +05:30
parent 2021d24a8e
commit 71d60829d5

View File

@@ -3,6 +3,9 @@ export const BANNER_KEY: Banners = 'init-banner-02'; // Change key to force bann
export const SENTRY_DSN =
'https://27d41dc8bb67b596f137924ab8599e59@o1063647.ingest.us.sentry.io/4507497727000576';
export const BLOG_POSTS_PER_PAGE = 12;
export const BLOG_POSTS_NAVIGATION_RANGE = 3;
/**
* History:
* discord-banner-01