perf(frontend): split chat streaming, load Inter, isolate admin CSS
Settled messages no longer rebuild on every token, Inter is actually requested, and admin routes drop the 33 KB chat stylesheet. Root force-dynamic is gone so public shells can prerender without changing the no-store Cache-Control contract. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -51,7 +51,7 @@ export function AdminApp({ children }: { children: ReactNode }) {
|
||||
borderRadiusLG: 8,
|
||||
boxShadowSecondary: "0 1px 2px rgba(29, 29, 31, .06)",
|
||||
boxShadowTertiary: "none",
|
||||
fontFamily: "StyreneB, Inter, system-ui, sans-serif",
|
||||
fontFamily: "StyreneB, var(--font-inter, Inter), system-ui, sans-serif",
|
||||
},
|
||||
components: {
|
||||
Layout: {
|
||||
|
||||
Reference in New Issue
Block a user