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 = {
title: 'Recipes',
tagline: 'Hosted by PWS',
tabTitle: 'PWS Recipes',
favicon: 'img/favicon.ico',
url: 'https://recipes.whitney.rip',
baseUrl: '/',
@ -16,6 +15,10 @@ const config = {
locales: ['en'],
},
customFields: {
tabTitle: 'PWS Recipes',
},
presets: [
[
'classic',