Skip to content

Commit c1519a4

Browse files
authored
fix: docs (#22)
1 parent 77d83a5 commit c1519a4

2 files changed

Lines changed: 11 additions & 11 deletions

File tree

docs/guide/index.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,16 @@ module.exports = {
8989
};
9090
```
9191

92+
:::
93+
94+
::: info
95+
When providing a relative path, it will be resolved from the root of your project.
96+
:::
97+
98+
::: tip
99+
Don't forget to add `.image-cache` to your `.gitignore` file.
100+
:::
101+
92102
### `maxAge`
93103

94104
You can set the `Cache-Control` HTTP response header to improve the load performance. It's a good practice cache static resources using HTTP caching. [See more here](https://developer.chrome.com/docs/lighthouse/performance/uses-long-cache-ttl)
@@ -108,13 +118,3 @@ module.exports = {
108118
// ...
109119
};
110120
```
111-
112-
:::
113-
114-
::: info
115-
When providing a relative path, it will be resolved from the root of your project.
116-
:::
117-
118-
::: tip
119-
Don't forget to add `.image-cache` to your `.gitignore` file.
120-
:::

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "strapi-plugin-local-image-sharp",
3-
"version": "1.6.0",
3+
"version": "1.6.1",
44
"description": "Dynamically resize, format and optimize images based on url modifiers",
55
"strapi": {
66
"displayName": "Local Image Sharp",

0 commit comments

Comments
 (0)