Getting Umbraco-routes for Nuxt

Nuxt, VueJs, Umbraco
10/04/2024

One of the main issues with Static Site Rendering (SSR) for Nuxt is getting the correct routes. Unfortunately, this is barely documented. After searching and testing a lot, this is what works for my site.

 

This is the way to get them from Umbraco, but it should also work for other CMS'es.

 

This is what you should add to your nuxt.config.js: