We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9701b32 commit 073651dCopy full SHA for 073651d
1 file changed
astro.config.ts
@@ -89,5 +89,7 @@ export default defineConfig({
89
image: {
90
// 将图像尺寸自适应优化用于所有的 Image、Picture 以及 Markdown 图像
91
experimentalLayout: 'full-width',
92
+ // https://docs.astro.build/zh-cn/reference/configuration-reference/#imageexperimentalbreakpoints
93
+ experimentalBreakpoints: [750, 1080, 1920, 2560],
94
},
95
});
0 commit comments