diff options
author | Bastien Wirtz <bastien.wirtz@gmail.com> | 2020-05-30 23:16:55 -0700 |
---|---|---|
committer | Bastien Wirtz <bastien.wirtz@gmail.com> | 2020-05-30 23:16:55 -0700 |
commit | 9052ec59b75a37b4518ad39c493ee6c2d4198b98 (patch) | |
tree | 5f3ffa4dc62b4355d38346ef0155878ca6aeedcd /README.md | |
parent | 2301d8919c28eb888ea1eb968d03376b2219a27d (diff) | |
download | homer-9052ec59b75a37b4518ad39c493ee6c2d4198b98.tar.gz homer-9052ec59b75a37b4518ad39c493ee6c2d4198b98.tar.zst homer-9052ec59b75a37b4518ad39c493ee6c2d4198b98.zip |
Fix logo always shown issue.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -47,6 +47,8 @@ npm run build | |||
47 | ``` | 47 | ``` |
48 | 48 | ||
49 | Then your dashboard is ready to use in the `/dist` directory. | 49 | Then your dashboard is ready to use in the `/dist` directory. |
50 | 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**. | ||
51 | |||
50 | Use it like any static HTML content (use a webserver or open the html index directly). | 52 | Use it like any static HTML content (use a webserver or open the html index directly). |
51 | 53 | ||
52 | ## Developement | 54 | ## Developement |