You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, thanks for the issue (sorry for the delay). This is a great question.
Technically you should just be able to do storage.mount('/cache/nuxt-og-image', driver) (the default cache path) within your runtime config and omit runtimeCacheStorage if you want to configure it like that.
Is there any particular reason you're creating the driver yourself instead of just doing it in the config though?
Hello currently I set runtime cache storage as so:
I also have a nitro plugin to register redis storage (Independent of og:image config)
Module works fine with above config however I was wondering if there is a better way of doing it.
The text was updated successfully, but these errors were encountered: