fix: image in markdown is not responsive
This commit is contained in:
parent
f64c0e045a
commit
079e049f04
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,7 @@ export default defineConfig({
|
||||||
|
|
||||||
image: {
|
image: {
|
||||||
responsiveStyles: true,
|
responsiveStyles: true,
|
||||||
layouts: 'constrained',
|
layout: 'constrained',
|
||||||
},
|
},
|
||||||
|
|
||||||
i18n: {
|
i18n: {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue