From 9052ec59b75a37b4518ad39c493ee6c2d4198b98 Mon Sep 17 00:00:00 2001 From: Bastien Wirtz Date: Sat, 30 May 2020 23:16:55 -0700 Subject: Fix logo always shown issue. --- README.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 28a2046..8151c4d 100644 --- a/README.md +++ b/README.md @@ -47,6 +47,8 @@ npm run build ``` Then your dashboard is ready to use in the `/dist` directory. +The `dist` directory is meant to be served by an HTTP server, so **it will not work if you open dist/index.html directly over file:// protocol**. + Use it like any static HTML content (use a webserver or open the html index directly). ## Developement -- cgit v1.2.3