mirror of
https://github.com/mastermindzh/rickvanlieshout.com
synced 2025-08-02 23:52:36 +02:00
fixed pagination, fixed cookiebar dark mode, fixed rendering issues during ssr, moved all test blog code to a test folder
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
const PAGINATION = {
|
||||
PREV_PAGE: "← PREV",
|
||||
NEXT_PAGE: "→ NEXT",
|
||||
NEXT_PAGE: "NEXT →",
|
||||
};
|
||||
|
||||
export default PAGINATION;
|
||||
|
Reference in New Issue
Block a user