diff --git a/recipes/docusaurus.config.js b/recipes/docusaurus.config.js index 327bf3e..24c781e 100644 --- a/recipes/docusaurus.config.js +++ b/recipes/docusaurus.config.js @@ -3,7 +3,6 @@ import {themes as prismThemes} from 'prism-react-renderer'; const config = { title: 'Recipes', tagline: 'Hosted by PWS', - tabTitle: 'PWS Recipes', favicon: 'img/favicon.ico', url: 'https://recipes.whitney.rip', baseUrl: '/', @@ -15,6 +14,10 @@ const config = { defaultLocale: 'en', locales: ['en'], }, + + customFields: { + tabTitle: 'PWS Recipes', + }, presets: [ [