Skip to content

Commit

Permalink
Merge pull request #5 from ai-buddies/dev-1
Browse files Browse the repository at this point in the history
rerset code
  • Loading branch information
ajay-dhangar authored Oct 25, 2024
2 parents a2ebbfd + 1536424 commit 086935b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ import type * as Preset from "@docusaurus/preset-classic";
import tailwindPlugin from "./plugins/tailwind-config.cjs";

const config: Config = {
title: "My Site",
tagline: "Dinosaurs are cool",
title: "AIBuddies",
tagline: "AIBuddies is a community of AI enthusiasts",
favicon: "img/logo.jpg",

// Set the production url of your site here
Expand All @@ -16,8 +16,8 @@ const config: Config = {

// GitHub pages deployment config.
// If you aren't using GitHub pages, you don't need these.
organizationName: "facebook", // Usually your GitHub org/user name.
projectName: "docusaurus", // Usually your repo name.
organizationName: "ai-buddies",
projectName: "AIBuddies", //

onBrokenLinks: "throw",
onBrokenMarkdownLinks: "warn",
Expand Down

0 comments on commit 086935b

Please sign in to comment.