add nuxt-img

This commit is contained in:
itsrubberduck
2025-10-12 16:53:12 +02:00
parent cf23cf1fd3
commit f343d75c50
3 changed files with 2 additions and 2 deletions

Binary file not shown.

View File

@@ -32,7 +32,7 @@
<h2 id="bridge-notice-title" class="text-3xl font-semibold leading-tight sm:text-4xl">
Live ATC is still in the works
</h2>
<img src="/img/bridge/hangar_sleeping.jpeg" alt="Bridge app screenshot" style="aspect-ratio: 2.7/1;object-fit: cover" class="rounded-2xl border border-white/10 shadow-[0_20px_60px_rgba(4,8,24,0.45)]"/>
<nuxt-img src="/img/bridge/hangar_sleeping.jpeg" alt="Bridge app screenshot" style="aspect-ratio: 2.7/1;object-fit: cover" class="rounded-2xl border border-white/10 shadow-[0_20px_60px_rgba(4,8,24,0.45)]"/>
<p class="text-sm text-white/75 sm:text-base">
We&rsquo;re actively building this part of the Bridge experience. There isn&rsquo;t a hosted version
yet, but we&rsquo;re lining everything up for launch in the coming weeks and months.

View File

@@ -67,4 +67,4 @@ export default defineNuxtConfig({
'~/assets/css/learn-theme.css'
],
})
})