diff --git a/.gitignore b/.gitignore index 64fbd88..781d657 100644 --- a/.gitignore +++ b/.gitignore @@ -18,10 +18,9 @@ vite.config.js.timestamp-* vite.config.ts.timestamp-* # Generated assets -static/favicons -static/apple-touch-icon-180x180.png static/favicon.ico -static/maskable-icon-512x512.png static/pwa-64x64.png static/pwa-192x192.png static/pwa-512x512.png +static/apple-touch-icon-180x180.png +static/maskable-icon-512x512.png diff --git a/src/app.html b/src/app.html index 89c1887..5cb86ee 100644 --- a/src/app.html +++ b/src/app.html @@ -15,12 +15,12 @@ - - - - - - + + + + + + %sveltekit.head% diff --git a/src/app/components/Chat.svelte b/src/app/components/Chat.svelte index 2e89e6b..9dd2424 100644 --- a/src/app/components/Chat.svelte +++ b/src/app/components/Chat.svelte @@ -100,7 +100,7 @@ setTimeout(() => { loading = false - }, 3000) + }, 5000)
diff --git a/src/app/components/MenuSettings.svelte b/src/app/components/MenuSettings.svelte index 43275fd..25244b3 100644 --- a/src/app/components/MenuSettings.svelte +++ b/src/app/components/MenuSettings.svelte @@ -11,28 +11,28 @@