diff --git a/app/pages/index.vue b/app/pages/index.vue index bfc2793..e66475e 100644 --- a/app/pages/index.vue +++ b/app/pages/index.vue @@ -45,10 +45,10 @@

1500+ Pilot:innen im Early‑Access

-
+ diff --git a/nuxt.config.ts b/nuxt.config.ts index d186a23..eeef8de 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -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', diff --git a/package.json b/package.json index d884dfc..c3bf4c7 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,6 @@ { "name": "opensquawk", + "ssr": false, "type": "module", "private": true, "scripts": { diff --git a/public/favicon.ico b/public/favicon.ico deleted file mode 100644 index 18993ad..0000000 Binary files a/public/favicon.ico and /dev/null differ diff --git a/public/img/logo.jpeg b/public/img/logo.jpeg new file mode 100644 index 0000000..171f7f1 Binary files /dev/null and b/public/img/logo.jpeg differ diff --git a/public/img/simulator.jpg b/public/img/simulator.jpg new file mode 100644 index 0000000..3739d36 Binary files /dev/null and b/public/img/simulator.jpg differ