remove alpine completely
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user