How do I defer loading of an external CSS file in Next.js 14
I need to load Katex CSS to style math equations. I don't know ahead of time exactly which pages need it (it depends on which users include math in their posts), but I do know which routes might need it.…