fix(docs): deployment bug

This commit is contained in:
thomas
2023-09-26 08:53:08 +02:00
parent 4d1d0c0b26
commit 1acb4708cf

View File

@@ -44,7 +44,7 @@ import { Card, CardGrid } from '@astrojs/starlight/components';
</Card> </Card>
<Card title="Contribute"> <Card title="Contribute">
Do you have an issue, an interesting bug, or an idea? Don't hesitate; Do you have an issue, an interesting bug, or an idea? Don't hesitate;{' '}
<b>create your own challenges</b> without wasting any time. <b>create your own challenges</b> without wasting any time.
</Card> </Card>
@@ -62,8 +62,7 @@ import { Card, CardGrid } from '@astrojs/starlight/components';
</div> </div>
<div class="main-page-footer"> <div class="main-page-footer">
Created by Created by{' '}
<a href="https://github.com/tomalaforge?tab=repositories"> <a href="https://github.com/tomalaforge?tab=repositories">Thomas Laforge</a> -
Thomas Laforge Powered by 🌟 <a href="https://starlight.astro.build/">Starlight</a>
</a> - Powered by 🌟 <a href="https://starlight.astro.build/">Starlight</a>
</div> </div>