diff --git a/README.md b/README.md index 31413df..3c6eaec 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ python3 -m venv .venv pip install -r requirements.txt ``` -The dashboard uses Bulma and Chart.js from their public CDNs. For an offline deployment, vendor those two assets and update `app/static/index.html`. +Bulma and Chart.js are vendored under `app/static/vendor`, so the dashboard does not require browser access to a public CDN. ## Nginx log format diff --git a/app/static/index.html b/app/static/index.html index 969e679..06fb296 100644 --- a/app/static/index.html +++ b/app/static/index.html @@ -3,7 +3,7 @@