Fix images not working

This commit is contained in:
jude 2024-11-14 18:23:34 +00:00
parent 352e64377e
commit 307649eea0
3 changed files with 3 additions and 5 deletions

2
Cargo.lock generated
View File

@ -2462,7 +2462,7 @@ checksum = "7a66a03ae7c801facd77a29370b4faec201768915ac14a721ba36f20bc9c209b"
[[package]] [[package]]
name = "reminder-rs" name = "reminder-rs"
version = "1.7.32-1" version = "1.7.33-1"
dependencies = [ dependencies = [
"base64 0.22.1", "base64 0.22.1",
"chrono", "chrono",

View File

@ -1,6 +1,6 @@
[package] [package]
name = "reminder-rs" name = "reminder-rs"
version = "1.7.32-1" version = "1.7.33-1"
authors = ["Jude Southworth <judesouthworth@pm.me>"] authors = ["Jude Southworth <judesouthworth@pm.me>"]
edition = "2021" edition = "2021"
license = "AGPL-3.0 only" license = "AGPL-3.0 only"
@ -50,7 +50,7 @@ assets = [
["target/release/reminder-rs", "usr/bin/reminder-rs", "755"], ["target/release/reminder-rs", "usr/bin/reminder-rs", "755"],
["static/css/*", "lib/reminder-rs/static/css", "644"], ["static/css/*", "lib/reminder-rs/static/css", "644"],
["static/favicon/*", "lib/reminder-rs/static/favicon", "644"], ["static/favicon/*", "lib/reminder-rs/static/favicon", "644"],
["static/img/*", "lib/reminder-rs/static/img", "644"], ["static/img/**/*", "lib/reminder-rs/static/img", "644"],
["static/js/*", "lib/reminder-rs/static/js", "644"], ["static/js/*", "lib/reminder-rs/static/js", "644"],
["static/webfonts/*", "lib/reminder-rs/static/webfonts", "644"], ["static/webfonts/*", "lib/reminder-rs/static/webfonts", "644"],
["static/site.webmanifest", "lib/reminder-rs/static/site.webmanifest", "644"], ["static/site.webmanifest", "lib/reminder-rs/static/site.webmanifest", "644"],

View File

@ -108,7 +108,6 @@
</article> </article>
</div> </div>
<div class="tile is-parent is-vertical"> <div class="tile is-parent is-vertical">
{#
<article class="tile is-child notification"> <article class="tile is-child notification">
<p class="title">Import/export</p> <p class="title">Import/export</p>
<p class="subtitle">Learn how to import and export data from the dashboard</p> <p class="subtitle">Learn how to import and export data from the dashboard</p>
@ -120,7 +119,6 @@
</a> </a>
</div> </div>
</article> </article>
#}
</div> </div>
<div class="tile is-parent"> <div class="tile is-parent">
{# {#