+8
-1
index.html
+8
-1
index.html
···
89
hostname: 'relay1.us-west.bsky.network',
90
},
91
];
92
+
93
+
if (window.blehYeahReady) blehYeahReady();
94
+
else window.yeahBlehIsReady = true;
95
</script>
96
97
<style>
···
103
104
<script>
105
document.addEventListener('alpine:init', () => {
106
+
if (window.yeahBlehIsReady) {
107
+
document.body.classList.add('ready');
108
+
} else {
109
+
window.blehYeahReady = () => document.body.classList.add('ready');
110
+
}
111
112
Alpine.data('debug', () => ({
113
// form input