♻️ Move fonts and images directories in a common public on

This commit is contained in:
2024-04-12 12:49:07 +02:00
parent 77fa0c5fd5
commit 78cb65e054
49 changed files with 24 additions and 24 deletions

View File

@@ -9,7 +9,7 @@ pub fn Header() -> Element {
div {
class: ClassName::ROOT,
img {
src: "./images/logo-msn.png"
src: "/public/images/logo-msn.png"
}
svg {
view_box: "0 0 100 10",