diff --git a/app/root.tsx b/app/root.tsx index 7e9cce443..e86135e03 100644 --- a/app/root.tsx +++ b/app/root.tsx @@ -42,13 +42,29 @@ export const meta: V2_MetaFunction = ({ data }) => { * Critical CSS — inlined in to fix the Safari/WebKit FOUC on navigation * (https://github.com/QuantEcon/quantecon-theme-src/issues/66). * - * Static builds (`myst build --html`) navigate via full document loads, and - * WebKit paints the freshly-navigated document for ~1 frame BEFORE any - * stylesheet applies — even the same-origin Tailwind app.css. That frame shows - * the default serif font and the content grid collapsed to `display: block` - * (i.e. the "raw HTML" flash users report). An inline