Move to customFields

This commit is contained in:
whitney 2024-06-21 22:20:11 -07:00
parent 767c5efba8
commit 4e73238a23

View File

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