docs: emails in cloud (#14040)
* docs: emails in cloud * add notes to user guides * small updates * small change * fix link * addressed feedback
This commit is contained in:
Vendored
+4
-4
@@ -35,8 +35,8 @@ To enable Medusa Cache for your Medusa project deployed on Cloud, set the `cachi
|
||||
module.exports = defineConfig({
|
||||
// ...
|
||||
featureFlags: {
|
||||
caching: true
|
||||
}
|
||||
caching: true,
|
||||
},
|
||||
})
|
||||
```
|
||||
|
||||
@@ -70,8 +70,8 @@ const { data: products } = await query.graph({
|
||||
fields: ["id", "title", "handle"],
|
||||
}, {
|
||||
cache: {
|
||||
enable: true
|
||||
}
|
||||
enable: true,
|
||||
},
|
||||
})
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user