From e91e33e81bd73d6164d43ce099d5234c21e69acd Mon Sep 17 00:00:00 2001 From: Rob Ede Date: Mon, 10 Jun 2024 23:13:05 +0100 Subject: [PATCH] docs: update website title --- docusaurus.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docusaurus.config.ts b/docusaurus.config.ts index 7e27c4b..0f25522 100644 --- a/docusaurus.config.ts +++ b/docusaurus.config.ts @@ -6,7 +6,7 @@ import { themes as prismThemes } from "prism-react-renderer"; const draculaTheme = prismThemes.dracula; const config: Config = { - title: "Actix", + title: "Actix Web", tagline: "Actix Web is a powerful, pragmatic, and extremely fast web framework for Rust", url: "https://actix.rs",