Skip to content

Commit

Permalink
fix deploy branch
Browse files Browse the repository at this point in the history
  • Loading branch information
banrieen committed Oct 27, 2024
1 parent 791ce66 commit cbc436d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ import {themes as prismThemes} from 'prism-react-renderer';

/** @type {import('@docusaurus/types').Config} */
const config = {
title: 'banrieen.github.io',
tagline: 'Banrieen` page',
title: 'Banrieen` page',
tagline: 'Project Info',
favicon: 'img/favicon-robot.ico',

// Set the production url of your site here
Expand All @@ -22,7 +22,7 @@ const config = {
// If you aren't using GitHub pages, you don't need these.
organizationName: 'banrieen', // Usually your GitHub org/user name.
projectName: 'banrieen.github.io', // Usually your repo name.
deploymentBranch: "master",
deploymentBranch: "main",
onBrokenLinks: 'throw',
onBrokenMarkdownLinks: 'warn',

Expand Down

0 comments on commit cbc436d

Please sign in to comment.