Change to render title better

This commit is contained in:
Lorenzo Lewis 2022-01-20 14:11:38 +00:00
parent 3fcbf762a1
commit 72b78f3901
No known key found for this signature in database
GPG Key ID: 3FBD7B52E22E7D8C

View File

@ -19,7 +19,7 @@
"lint:lockfile": "lockfile-lint --path yarn.lock --type yarn --validate-https --allowed-hosts npm yarn", "lint:lockfile": "lockfile-lint --path yarn.lock --type yarn --validate-https --allowed-hosts npm yarn",
"format": "prettier --write --end-of-line=auto \"./**/*.{cjs,js,jsx,ts,tsx,html,css,json}\" --ignore-path .gitignore", "format": "prettier --write --end-of-line=auto \"./**/*.{cjs,js,jsx,ts,tsx,html,css,json}\" --ignore-path .gitignore",
"format:check": "prettier --check --end-of-line=auto \"./**/*.{cjs,js,jsx,ts,tsx,html,css,json}\" --ignore-path .gitignore", "format:check": "prettier --check --end-of-line=auto \"./**/*.{cjs,js,jsx,ts,tsx,html,css,json}\" --ignore-path .gitignore",
"generate-docs": "typedoc src --githubPages false --readme none --entryDocument index.md --hideInPageTOC true" "generate-docs": "typedoc src --githubPages false --readme none --entryDocument index.md --hideInPageTOC true --hideBreadcrumbs true"
}, },
"repository": { "repository": {
"type": "git", "type": "git",