mirror of
https://github.com/OpenSquawk/OpenSquawk
synced 2026-08-05 08:55:54 +08:00
ssr false
This commit is contained in:
@@ -45,10 +45,10 @@
|
||||
<p><b>1500+</b> Pilot:innen im Early‑Access</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>
|
||||
|
||||
@@ -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',
|
||||
|
||||
@@ -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
BIN
public/img/logo.jpeg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 18 KiB |
BIN
public/img/simulator.jpg
Normal file
BIN
public/img/simulator.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 266 KiB |
Reference in New Issue
Block a user