fix: base path pour gitlab pages
parent
ccf6421596
commit
88b9cf88e1
|
@ -15,7 +15,7 @@ const { title } = Astro.props;
|
|||
<meta name="generator" content={Astro.generator} />
|
||||
<title>{title}</title>
|
||||
</head>
|
||||
<body style="background-image: url('${import.meta.env.BASE_URL}/logo_les-particules_orange.jpg'); min-height:100%">
|
||||
<body style="background-image: url('./logo_les-particules_orange.jpg'); min-height:100%">
|
||||
<slot />
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -5,7 +5,7 @@ import Card from '../components/Card.astro';
|
|||
|
||||
<Layout title="Welcome to Astro.">
|
||||
<main>
|
||||
<h1 style="a">
|
||||
<h1>
|
||||
<img alt="Logo" src="./logo_les-particules_noir.jpg" style="width:80px; vertical-align: middle" />
|
||||
Les particules
|
||||
</h1>
|
||||
|
|
Loading…
Reference in New Issue