vejja
vejja
> Great piece of work Sebastien! I am glad thatwe will have this as a part of our docs! > > You cans afely merge right now to the RC...
I'm closing #445 in favour of this version, which is v2-compatible - uses the recombineHtml step to generate `meta` instead of the spSsgHashes step - uses regex instead of cheerio,...
Hi all We disabled 05-cspSsgPresets when we had the issue about @nuxt/kit that couldn't be imported anymore #348 I'll have a look into this as I would need the same...
@mtdvlpr see PR #441
Hey @mtdvlpr For now I'm only writing the headers to the route config so that they can be picked up by the Nitro presets. But I remember you were looking...
Where would you write the code that creates the Nginx conf file in your Nuxt application, would that be in a Nitro plugin ? How do you make sure the...
@mtdvlpr @Baroshem - I am adding the hook functionality to the PR, on top of the nitro preset feature. I'm adding it by way of a Nuxt build time hook,...
I'm not too sure, but shall we _always_ spread options ? Looks like the `unstorage` drivers always need this. lruCache looks like the only one for which `options` has a...
I'm not entirely sure it's a breaking change, it could actually be a bug fix. It's very difficult to understand how `nitro` sets the `unstorage` options, and then how `unstorage`...
> I think it will be a breaking change purely because the interface for how certain feature will change. Wwith this change, users that uset the previous version of storage...