From 4e73238a23584b9768ed556df79b9893f7639a65 Mon Sep 17 00:00:00 2001 From: whitney Date: Fri, 21 Jun 2024 22:20:11 -0700 Subject: [PATCH] Move to customFields --- recipes/docusaurus.config.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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: [ [