docs: Update local-backend.mdx put the local_backend property in front of t… (#993)
This commit is contained in:
parent
dd80bfa2d3
commit
9003961f0d
@ -16,19 +16,20 @@ The local backend allows you to use Static CMS with a local git repository, inst
|
||||
|
||||
<CodeTabs>
|
||||
```yaml
|
||||
backend:
|
||||
name: git-gateway
|
||||
|
||||
# when using the default proxy server port
|
||||
local_backend: true
|
||||
|
||||
backend:
|
||||
name: git-gateway
|
||||
```
|
||||
|
||||
```js
|
||||
// when using the default proxy server port
|
||||
local_backend: true,
|
||||
|
||||
backend: {
|
||||
name: 'git-gateway',
|
||||
},
|
||||
// when using the default proxy server port
|
||||
local_backend: true,
|
||||
```
|
||||
|
||||
</CodeTabs>
|
||||
|
Loading…
x
Reference in New Issue
Block a user