Fix logo always shown issue.

This commit is contained in:
Bastien Wirtz 2020-05-30 23:16:55 -07:00
parent 2301d8919c
commit 9052ec59b7
3 changed files with 3 additions and 2 deletions

View File

@ -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

View File

@ -5,7 +5,7 @@
title: "Demo dashboard"
subtitle: "Homer"
logo: "logo.png"
# icon: "fas fa-skull-crossbones" Optional icon
# icon: "fas fa-skull-crossbones" # Optional icon
header: true
footer: '<p>Created with <span class="has-text-danger">❤️</span> with <a href="https://bulma.io/">bulma</a>, <a href="https://vuejs.org/">vuejs</a> & <a href="https://fontawesome.com/">font awesome</a> // Fork me on <a href="https://github.com/bastienwirtz/homer"><i class="fab fa-github-alt"></i></a></p>' # set false if you want to hide it.

View File

@ -3,7 +3,6 @@
title: "Dashboard"
subtitle: "Homer"
logo: "logo.png"
header: true
footer: '<p>Created with <span class="has-text-danger">❤️</span> with <a href="https://bulma.io/">bulma</a>, <a href="https://vuejs.org/">vuejs</a> & <a href="https://fontawesome.com/">font awesome</a> // Fork me on <a href="https://github.com/bastienwirtz/homer"><i class="fab fa-github-alt"></i></a></p>' # set false if you want to hide it.