diff --git a/readme.md b/readme.md index 72ac5e5d97..f42a28a8de 100644 --- a/readme.md +++ b/readme.md @@ -178,7 +178,7 @@ To support importing `.css` `.scss` or `.less` files you can use these modules, Create a folder called `static` in your project root directory. From your code you can then reference those files with `/static/` URLs: ```jsx -export default () => +export default () => my image ``` ### Populating `` @@ -405,7 +405,7 @@ export default () =>
Click{' '} - + image
``` @@ -1191,7 +1191,7 @@ console.log(serverRuntimeConfig.mySecret) // Will only be available on the serve console.log(publicRuntimeConfig.staticFolder) // Will be available on both server and client export default () =>
- + logo
```