mart cube
mart cube
Hello there and thank you for your time. I'm using your code in a Nuxt SSR project. To be more precise I use the fallowing: ``` ``` The code works...
Many mobiles today have multiple cameras. Some of those are not good at all for scanning ( for ex. the telescope camera of huawei which is used for zooming )...
As the title says, I was wondering can we do something like this with prismic. In this [Strapi module](https://strapi.nuxtjs.org/strapi#graphqldata) they offer us a simple way to querry using graphql.
I'm trying to extend prerender routes fallowing [this example](https://github.com/nuxt/nuxt.js/issues/13949) ``` export default defineNuxtConfig({ hooks: { async 'nitro:config' (nitroConfig) { if (nitroConfig.dev) { return } // ..Async logic.. nitroConfig.prerender.routes.push('/custom') } }...
Hello there :wave: great work for creating this plugin :+1: This is more of a question then a feature. Instead of writing manually the **Preset of tags** , I want...