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