From 767c5efba8e808674133ecda49fe09a2125ca14a Mon Sep 17 00:00:00 2001 From: whitney Date: Fri, 21 Jun 2024 22:17:47 -0700 Subject: [PATCH] Fix syntax error --- recipes/docusaurus.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/docusaurus.config.js b/recipes/docusaurus.config.js index cb8c145..327bf3e 100644 --- a/recipes/docusaurus.config.js +++ b/recipes/docusaurus.config.js @@ -3,7 +3,7 @@ import {themes as prismThemes} from 'prism-react-renderer'; const config = { title: 'Recipes', tagline: 'Hosted by PWS', - tabTitle: 'PWS Recipes,' + tabTitle: 'PWS Recipes', favicon: 'img/favicon.ico', url: 'https://recipes.whitney.rip', baseUrl: '/',