export default { footer: <p>MIT 2023 © Nextra.</p>, head: ({ title, meta }) => ( <> {meta.description && ( <meta name="description" content={meta.description} /> )} {meta.tag && <meta name="keywords" content={meta.tag} />} {meta.author && <meta name="author" content={meta.author} />} </> ), readMore: 'Read More →', postFooter: null, darkMode: false, navs: [ { url: 'https://github.com/shuding/nextra', name: 'Nextra' } ] }

11月份云服务器就到期了,准备迁移到静态博客,折腾了一天的Next.js,Vercel每天100次的部署次数居然用完了。日常