Removed swiper
This commit is contained in:
@@ -42,8 +42,6 @@ const websiteDomain = "alexcreates.fr"
|
||||
<meta property="og:author" content={authorName} />
|
||||
<meta property="og:author:username" content={authorUsername} />
|
||||
|
||||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.css">
|
||||
|
||||
<HeadFavicon />
|
||||
|
||||
<meta name="msapplication-TileColor" content="#065f46">
|
||||
|
||||
@@ -42,8 +42,6 @@ const websiteDomain = "alexcreates.fr"
|
||||
<meta property="og:author" content={authorName} />
|
||||
<meta property="og:author:username" content={authorUsername} />
|
||||
|
||||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.css">
|
||||
|
||||
<HeadFavicon />
|
||||
|
||||
<meta name="msapplication-TileColor" content="#065f46">
|
||||
|
||||
@@ -45,7 +45,7 @@ import Layout from '../layouts/Layout.astro';
|
||||
</Heading>
|
||||
|
||||
<Fragment slot="body">
|
||||
<p>I wasn't satisfied with the custom calendar apps currently available ; especially with their interfaces. So I <i>obviously</i> has to make my own !</p>
|
||||
<p>I wasn't satisfied with the custom calendar apps currently available ; especially with their interfaces and lack of responsivity. So I decided to make my own !</p>
|
||||
<p>It also was the perfect excuse to experiment and push Nuxt / Shadcn code to production</p>
|
||||
</Fragment>
|
||||
</Card>
|
||||
|
||||
Reference in New Issue
Block a user