remove alpine completely
This commit is contained in:
@@ -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