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

Commit ebb487d

Browse files
authored
fix: wrong npx command for the local backend (#7)
1 parent 12acf3f commit ebb487d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/admin/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ backend:
88
media_folder: "src/static/img"
99
public_folder: "/static/img"
1010

11-
# Please run "npx static-cms-proxy-server" for local backend
11+
# Please run "npx @staticcms/proxy-server" for local backend
1212
local_backend: true
1313
# publish_mode: editorial_workflow
1414
collections:

0 commit comments

Comments
 (0)