Fix typo in tagline (#353)
parent
d497217427
commit
119d8740fc
|
|
@ -7,7 +7,7 @@ const darkCodeTheme = require('prism-react-renderer/themes/dracula');
|
||||||
/** @type {import('@docusaurus/types').Config} */
|
/** @type {import('@docusaurus/types').Config} */
|
||||||
const config = {
|
const config = {
|
||||||
title: 'Tabby',
|
title: 'Tabby',
|
||||||
tagline: 'Opensource, self-hosted AI coding assitant',
|
tagline: 'Opensource, self-hosted AI coding assistant',
|
||||||
// FIXME(meng): favicon
|
// FIXME(meng): favicon
|
||||||
// favicon: 'img/favicon.ico',
|
// favicon: 'img/favicon.ico',
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue