compress images

This commit is contained in:
2026-05-11 11:24:39 +07:00
parent 74c31cf407
commit 58c402b0f3
40 changed files with 14 additions and 14 deletions
+1 -1
View File
@@ -88,6 +88,6 @@ body {
text-rendering: optimizeLegibility;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
background-image: url("@/assets/forest.png");
background-image: url("@/assets/images/forest.png");
background-size: cover;
}