feat(frontend): optimizations for slow internet situations

This commit is contained in:
h
2026-01-24 17:05:44 +01:00
parent 474b53b45e
commit 65d2d49355
7 changed files with 158 additions and 40 deletions

View File

@@ -4,5 +4,5 @@ import { defineConfig } from 'vite';
export default defineConfig({
plugins: [tailwindcss(), sveltekit()],
server: { allowedHosts: ['porter-davidson-fibre-handhelds.trycloudflare.com'] }
server: { allowedHosts: ['reasonable-duncan-stations-parking.trycloudflare.com'] }
});