Skip to content

Commit

Permalink
add: config github page domain
Browse files Browse the repository at this point in the history
  • Loading branch information
payt0nc committed Mar 10, 2024
1 parent 0719491 commit 68cfb2d
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions docusaurus.config.ts
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
import {themes as prismThemes} from 'prism-react-renderer';
import type {Config} from '@docusaurus/types';
import { themes as prismThemes } from 'prism-react-renderer';
import type { Config } from '@docusaurus/types';
import type * as Preset from '@docusaurus/preset-classic';

const config: Config = {
title: 'My Site',
tagline: 'Dinosaurs are cool',
title: 'Nogi-Handbook',
tagline: 'A book for Nogizaka46 fans',
favicon: 'img/favicon.ico',

// Set the production url of your site here
url: 'https://your-docusaurus-site.example.com',
url: 'https://books.n46.io',
// Set the /<baseUrl>/ pathname under which your site is served
// For GitHub pages deployment, it is often '/<projectName>/'
baseUrl: '/',

// 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: 'nogi-backup', // Usually your GitHub org/user name.
projectName: 'nogi-handbook', // Usually your repo name.
deploymentBranch: 'main',
onBrokenLinks: 'throw',
onBrokenMarkdownLinks: 'warn',

Expand Down Expand Up @@ -70,7 +70,7 @@ const config: Config = {
position: 'left',
label: 'Tutorial',
},
{to: '/blog', label: 'Blog', position: 'left'},
{ to: '/blog', label: 'Blog', position: 'left' },
{
href: 'https://github.com/facebook/docusaurus',
label: 'GitHub',
Expand Down

0 comments on commit 68cfb2d

Please sign in to comment.