Closed ckald closed 2 years ago
I think this is more of a Nuxt usage question than a Directus specific question right? The answer to this question should be the same regardless of what API you're requesting the data from 🙂 (I don't use / know Nuxt 3 RC, so that's about as much info as I can provide..)
Oh sorry, I confused this repo with nuxt-directus! Because this one contains the example app
How one would use directus API to generate a completely static site using Directus? Simple html/js files that do not trigger backend requests.
I'm trying to implement the following:
But recent Nuxt 3 RC's (9 and 12) either fail to generate directly accessible SSR pages or mix their markup with the front page. Also I'm having trouble to prevent Directus API calls (which are unnecessary for a completely static website).