Nuxt Generate won't create repeatable type pages

I finally solved the problem. Setting "modern" to true seemed like a good idea but it was breaking the Nuxt crawler...

prismic: {
        endpoint: 'https://acrew-financial.cdn.prismic.io/api/v2',
        linkResolver: '@/plugins/link-resolver',
        htmlSerializer: '@/plugins/html-serializer',
        apiOptions: {
            routes: [
                { type: 'resource_item', path: '/resources/:uid' }
            ]
        }
        // modern: true
    },

This is what lead me there in the first place Configuration - @nuxtjs/prismic