mirror of
https://github.com/Sonny93/my-links.git
synced 2025-12-08 14:43:24 +00:00
3 lines
121 B
TypeScript
3 lines
121 B
TypeScript
export const CSR_ROUTES = ['dashboard'];
|
|
export const isSSREnableForPage = (page: string) => !CSR_ROUTES.includes(page);
|