mirror of
https://github.com/ArthurDanjou/artsite.git
synced 2026-01-30 23:28:42 +01:00
Replace Mapbox integration with custom Globe component
Switched from Mapbox to a custom globe visualization using 'cobe' library. Removed all Mapbox-related code, dependencies, and environmental variables. Introduced a WebSocket-based system to display live visitor data on the globe.
This commit is contained in:
@@ -15,6 +15,6 @@ const { data: page } = await useAsyncData(`/home/${locale.value}`, () => {
|
||||
<HomeActivity />
|
||||
<HomeQuote />
|
||||
<HomeCatchPhrase />
|
||||
<HomeMap />
|
||||
<HomeGlobe />
|
||||
</main>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user