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

@@ -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>