15 lines
273 B
TypeScript
15 lines
273 B
TypeScript
export const pagesSlug = 'pages'
|
|
|
|
export const tenantsSlug = 'tenants'
|
|
|
|
export const ssrPostsSlug = 'posts-ssr'
|
|
|
|
export const mobileBreakpoint = {
|
|
label: 'Mobile',
|
|
name: 'mobile',
|
|
width: 375,
|
|
height: 667,
|
|
}
|
|
|
|
export const renderedPageTitleID = 'rendered-page-title'
|