module.exports = { favicon: './assets/favicon.ico', head: { links: [ { rel: 'stylesheet', href: 'https://fonts.googleapis.com/css2?family=Fira+Code:wght@300;400;500;600;700&display=swap', }, ], }, };