docs: fix code block titles (#5733)

* docs: fix code block titles

* remove console

* fix build error
This commit is contained in:
Shahed Nasser
2023-11-27 16:08:10 +00:00
committed by GitHub
parent de8f748674
commit 547b16ead5
110 changed files with 483 additions and 456 deletions
@@ -66,7 +66,7 @@ const DATABASE_URL =
In addition, you must add to `projectConfig` in the exported object a new property `database_extra`:
```js title=medusa-config.js
```js title="medusa-config.js"
module.exports = {
projectConfig: {
// ...
@@ -77,7 +77,7 @@ module.exports = {
Also, if you're planning on using scheduled jobs, you need to set the `redis_url` configurations:
```js title=medusa-config.js
```js title="medusa-config.js"
module.exports = {
projectConfig: {
// ...