From 13df25eebb819cef8b4a8856ea47ffaf2108eb63 Mon Sep 17 00:00:00 2001 From: Matthew Hand Date: Wed, 30 Oct 2024 20:39:19 +0000 Subject: [PATCH] fix: Apply Prettier formatting to docusaurus.config.ts to fix CI --- docusaurus.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docusaurus.config.ts b/docusaurus.config.ts index f1d2740..ad581fe 100644 --- a/docusaurus.config.ts +++ b/docusaurus.config.ts @@ -46,7 +46,7 @@ const config: Config = { // Please change this to your repo. // Remove this to remove the "edit this page" links. editUrl: "https://github.com/open-webui/docs/blob/main", - exclude: ['**/tab-**/**'], + exclude: ["**/tab-**/**"], }, // blog: false, blog: {