fix: background does show on other pages
parent
f9ce585567
commit
c29dcf3879
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue