ssr false

This commit is contained in:
itsrubberduck
2025-09-14 23:34:13 +02:00
parent 1efbb1b0e4
commit 62d2ad83dd
6 changed files with 4 additions and 2 deletions

View File

@@ -45,10 +45,10 @@
<p><b>1500+</b> Pilot:innen im EarlyAccess</p>
</div>
</div>
<div class="mt-10 md:mt-16" data-aos="zoom-in" data-aos-delay="100">
<div class="hidden mt-10 md:mt-16" data-aos="zoom-in" data-aos-delay="100">
<div class="card relative overflow-hidden">
<div class="absolute inset-0 bg-gradient-to-r from-cyan-500/10 via-blue-500/5 to-transparent"></div>
<img src="https://images.unsplash.com/photo-1509749837427-392dfae2dbd1?q=80&w=1600&auto=format&fit=crop" alt="Cockpit" class="rounded-xl w-full object-cover" />
<img src="/img/simulator.jpg" alt="Cockpit" class="rounded-xl w-full object-cover" />
<div class="absolute bottom-3 right-3 text-xs text-white/70 bg-black/40 px-2 py-1 rounded">Symbolbild</div>
</div>
</div>

View File

@@ -4,6 +4,7 @@ export default defineNuxtConfig({
devtools: {enabled: true},
modules: ['vuetify-nuxt-module', '@nuxtjs/tailwindcss', 'nuxt-aos'],
aos: {once: true, duration: 600, easing: 'ease-out'},
app: {head: {link: [{rel: 'icon', type: 'image/jpeg', href: '/img/logo.jpeg'}]}},
runtimeConfig: {
openaiKey: process.env.OPENAI_API_KEY, // server-only
llmModel: process.env.LLM_MODEL || 'gpt-5-nano',

View File

@@ -1,5 +1,6 @@
{
"name": "opensquawk",
"ssr": false,
"type": "module",
"private": true,
"scripts": {

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.2 KiB

BIN
public/img/logo.jpeg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

BIN
public/img/simulator.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 266 KiB