fix error on url

This commit is contained in:
2023-07-11 21:55:01 +10:00
parent 3f7426c550
commit 1744d192b5

View File

@@ -230,7 +230,7 @@ const viewLoad = async () => {
limit: 10,
sort: "start_at",
start_at: `>${new SMDate("now").format(
"yyyy-MM-dd hh:mm:ss"
"yyyy-MM-dd hh:mm:ss",
)}`,
},
})
@@ -309,7 +309,7 @@ viewLoad();
}
.bg-minecraft {
background-image: url("/assets/home-minecraft.webp");
background-image: url("https://www.stemmechanics.com.au/assets/home-minecraft.webp");
background-repeat: no-repeat;
background-position: center;
background-size: cover;