ssr false

This commit is contained in:
itsrubberduck
2025-09-14 23:34:13 +02:00
parent 8528b2518b
commit 99b8c87536
4 changed files with 2 additions and 0 deletions

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": {

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