diff --git a/README.md b/README.md index dd847ba..dfbe71c 100644 --- a/README.md +++ b/README.md @@ -40,10 +40,9 @@ npm ci ### Run local API -While running [developement hugo server](#launch-dev-server) launch this command in another terminal: -``` -node server -``` +1. Uncomment the `local_backend` line in `static/config.yml` +2. Launch [hugo developement server](#launch-dev-server) +2. launch this command in another terminal `npx netlify-cms-proxy-server` (inside the project folder) ### Admin your website in local diff --git a/config.toml b/config.toml index c8a8c50..8ed73fe 100644 --- a/config.toml +++ b/config.toml @@ -1,4 +1,4 @@ -baseURL = "http://127.0.0.1:8080/" +baseURL = "http://localhost:1313/" languageCode = "en-us" title = "Now Playing" author = "Glitch.Family"