Adds defaultPopulate on pages and posts Further optimises images and fetching staticParams
13 lines
219 B
JavaScript
13 lines
219 B
JavaScript
// Keep these in sync with the CSS variables in your tailwind configuration
|
|
|
|
export const cssVariables = {
|
|
breakpoints: {
|
|
'3xl': 1920,
|
|
'2xl': 1536,
|
|
xl: 1280,
|
|
lg: 1024,
|
|
md: 768,
|
|
sm: 640,
|
|
},
|
|
}
|