I need to reach dynamic meta for list of posts in my app, so.
Is there any option to get access to store from nuxt config? I wish to save some value in store just inside generating routes promise. And second - is there will be a possibility to read this data just before the static page will be generated, inside head ()
?