Skip to content

Draft: feat: Move to proper static side generation

Lukas 'ai-pi' Eipert requested to merge leipert-proper-static-rendering into main

Before our move to examples via iFrames a lot of markdown and GitLab UI components needed to be rendered by the browser.

Now that all examples are iFrames, we turn on proper static rendering of all of our pages. This has the really big advantage that all of the contents the user see have been precompiled to HTML. This will help with SEO, but also make the pages load faster.

Merge request reports