diff --git a/website/developer-docs/frontend-only-dev-environment.md b/website/developer-docs/frontend-only-dev-environment.md index 08707cab3..e9f52f05f 100644 --- a/website/developer-docs/frontend-only-dev-environment.md +++ b/website/developer-docs/frontend-only-dev-environment.md @@ -5,7 +5,7 @@ title: Frontend-only development environment If you want to only make changes on the UI, you don't need a backend running from source. You can user the docker-compose install with a few customizations. 1. Clone the git repo from https://github.com/goauthentik/authentik -2. In the cloned repository, follow the docker-compose installation instructions [here](../../docs/installation/docker-compose) +2. In the cloned repository, follow the docker-compose installation instructions [here](/docs/installation/docker-compose) 3. Add the following entry to your `.env` file: ``` diff --git a/website/package-lock.json b/website/package-lock.json index 7eb98b81d..2ec8ed942 100644 --- a/website/package-lock.json +++ b/website/package-lock.json @@ -23982,6 +23982,7 @@ "chalk": "^4.1.0", "find-up": "^5.0.0", "mkdirp": "^1.0.4", + "postcss": "^8.2.4", "strip-json-comments": "^3.1.1" }, "dependencies": {