This website requires JavaScript.
Explore
Help
Sign In
mastermindzh
/
rickvanlieshout.com
Watch
1
Star
0
Fork
0
You've already forked rickvanlieshout.com
mirror of
https://github.com/mastermindzh/rickvanlieshout.com
synced
2025-03-14 11:28:56 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
rickvanlieshout.com
/
src
/
constants
/
pagination.ts
7 lines
102 B
TypeScript
Raw
Normal View
History
Unescape
Escape
refactor(starter): upgrade to new version of gatsby
2022-01-09 20:12:31 +00:00
const
PAGINATION
=
{
PREV_PAGE
:
"← PREV"
,
fixed pagination, fixed cookiebar dark mode, fixed rendering issues during ssr, moved all test blog code to a test folder
2022-09-17 23:16:13 +02:00
NEXT_PAGE
:
"NEXT →"
,
refactor(starter): upgrade to new version of gatsby
2022-01-09 20:12:31 +00:00
}
;
export
default
PAGINATION
;
Reference in New Issue
Copy Permalink