Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save paulodutra/d8a690d2a44ee5d7ddb587c464d7f0a2 to your computer and use it in GitHub Desktop.
Save paulodutra/d8a690d2a44ee5d7ddb587c464d7f0a2 to your computer and use it in GitHub Desktop.
Alterando o titulo e subtitulo do site no docusaurus versão 1.14.4
//demais configurações
const siteConfig = {
title: 'Post sobre docusaurus',
tagline: 'Um site sobre o docusaurus',
//restante dos atributos de configurações
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment