Gomah / bluise

🍄 Bluise - A Nuxt.js & Netlify CMS boilerplate.

Home Page:https://bluise.netlify.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to add meta to header of _page ?

le-dawg opened this issue · comments

commented

Adding this to nuxt.config.ts

        {
          http-equiv: 'refresh',
          content: '3; URL=https://medium.com/@dawid.golebiewski'
        },

yiels typescript error about incorrect , althought one section above they are correct. How to achieve this metatag?