mirror of
https://github.com/OpenSquawk/OpenSquawk
synced 2026-08-06 09:16:26 +08:00
ssr false
This commit is contained in:
@@ -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": {
|
||||
|
||||
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