This document discusses using Nuxt.js and Netlify to pre-render media sites from a data source like Drupal for improved performance. Pre-rendering generates static HTML, CSS, and JavaScript files that are faster to load than dynamic sites. Nuxt.js is a progressive framework for Vue.js that supports server-side rendering and static site generation. Netlify provides hosting for static sites with automatic deployments from Git repositories. The combination provides a decoupled way to serve pre-rendered content without ongoing server costs. Personalization and dynamic updates are also discussed.