fix: background does show on other pages

This commit is contained in:
Jalil Arfaoui 2023-02-07 00:20:32 +01:00
parent f9ce585567
commit c29dcf3879

View file

@ -16,7 +16,7 @@ const { title } = Astro.props;
<title>{title}</title>
</head>
<body style="
background: url('./logo_les-particules_orange.jpg') top no-repeat;
background: url('/logo_les-particules_orange.jpg') top no-repeat;
height:fit-content; min-height: 100% ">
<slot />
</body>