Fix payment flexibility quote length and orphan word
- Shorten quote 03 from 'Can I split it across a few months?' to 'Can I pay monthly?' for column symmetry - Add nbsp between 'money' and 'arriving' to prevent orphan line break
This commit is contained in:
@@ -3,7 +3,7 @@ const nextConfig = {
|
||||
output: "standalone",
|
||||
images: {
|
||||
formats: ["image/webp"],
|
||||
deviceSizes: [640, 828, 1080, 1200],
|
||||
deviceSizes: [640, 828, 1080, 1200, 1920, 2560],
|
||||
imageSizes: [16, 32, 48, 64, 96, 128, 256, 384],
|
||||
minimumCacheTTL: 31536000, // 1 year — images are immutable, filename changes on update
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user