Skip to content

Commit

Permalink
Update image.mdx
Browse files Browse the repository at this point in the history
add closing `'`
  • Loading branch information
sdaigo committed Oct 1, 2023
1 parent 5f7faac commit 45b1a3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/02-app/02-api-reference/01-components/image.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -599,7 +599,7 @@ There is no mechanism to invalidate the cache at this time, so its best to keep

### `disableStaticImages`

The default behavior allows you to import static files such as `import icon from './icon.png` and then pass that to the `src` property.
The default behavior allows you to import static files such as `import icon from './icon.png'` and then pass that to the `src` property.

In some cases, you may wish to disable this feature if it conflicts with other plugins that expect the import to behave differently.

Expand Down

0 comments on commit 45b1a3c

Please sign in to comment.