Skip to content

Commit

Permalink
Update tagline
Browse files Browse the repository at this point in the history
  • Loading branch information
gavfu committed Jun 19, 2024
1 parent b5b0aad commit 9d2352e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import {themes as prismThemes} from 'prism-react-renderer';
/** @type {import('@docusaurus/types').Config} */
const config = {
title: '全球第一博客 — 缠中说禅',
tagline: 'Dinosaurs are cool',
tagline: '全球第一博客 — 缠中说禅',
url: 'https://chzhshch.blog',
// url: 'https://chzhshchblog.github.io',
baseUrl: '/',
Expand Down Expand Up @@ -358,6 +358,10 @@ const config = {
// async: true
// }
// ]

// future: {
// experimental_router: 'hash',
// },
};

module.exports = config;

0 comments on commit 9d2352e

Please sign in to comment.