Skip to content
This repository was archived by the owner on Sep 9, 2024. It is now read-only.

Commit 9003961

Browse files
authored
docs: Update local-backend.mdx put the local_backend property in front of t… (#993)
1 parent dd80bfa commit 9003961

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

packages/docs/content/docs/local-backend.mdx

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,19 +16,20 @@ The local backend allows you to use Static CMS with a local git repository, inst
1616

1717
<CodeTabs>
1818
```yaml
19-
backend:
20-
name: git-gateway
21-
2219
# when using the default proxy server port
2320
local_backend: true
21+
22+
backend:
23+
name: git-gateway
2424
```
2525
2626
```js
27+
// when using the default proxy server port
28+
local_backend: true,
29+
2730
backend: {
2831
name: 'git-gateway',
2932
},
30-
// when using the default proxy server port
31-
local_backend: true,
3233
```
3334

3435
</CodeTabs>

0 commit comments

Comments
 (0)