remove alpine completely

This commit is contained in:
Surjith S M
2023-01-02 20:55:28 +05:30
parent cc1721060f
commit 244d9ec84e
5 changed files with 7 additions and 42 deletions

View File

@@ -21,8 +21,8 @@ import { Icon } from "astro-icon";
</h1>
<p class="text-lg mt-4 text-slate-600 max-w-xl">
Astroship is a starter template for startups, marketing websites & landing
pages.<wbr /> Built with Astro.build, TailwindCSS & Alpine.js. You can quickly
create any website with this starter.
pages.<wbr /> Built with Astro.build and TailwindCSS. You can quickly create
any website with this starter.
</p>
<div class="mt-6 flex flex-col sm:flex-row gap-3">
<Link

View File

@@ -28,7 +28,7 @@ const { title } = Astro.props;
const makeTitle = title
? title + " | " + "Astroship"
: "Astroship - Starter Template for Astro with TailwindCSS & Alpine.js";
: "Astroship - Starter Template for Astro with Tailwind CSS";
---
<!DOCTYPE html>
@@ -72,10 +72,6 @@ const makeTitle = title
img {
content-visibility: auto;
}
/* Avoid Alpine.js Hidden Element Flash */
[x-cloak] {
display: none;
}
</style>
</body>
</html>