Handle data loading during SSR

This commit is contained in:
Laurent
2024-10-27 18:02:59 +01:00
parent 29ed897de5
commit 7ae4bb346d
11 changed files with 46 additions and 17 deletions

View File

@@ -18,7 +18,14 @@ h1
html
{
background: linear-gradient(45deg, #b9b9c9, #d2379b);
background-image: url("../images/background.png");
background-repeat:no-repeat;
-webkit-background-size:cover;
-moz-background-size:cover;
-o-background-size:cover;
background-size:cover;
background-position:center;
/*background: linear-gradient(45deg, #b9b9c9, #d2379b);*/
}
body