Skip to content

Commit

Permalink
minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
spaceacc committed Apr 22, 2024
1 parent b04f92a commit 425a30d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import type {Config} from '@docusaurus/types';
import type * as Preset from '@docusaurus/preset-classic';

const config: Config = {
title: 'Space/ACC',
title: 'Space/ACC 🚀',
tagline: '(A)cceleration = (F)orce of Efforts * (M)ass of People',
favicon: 'img/favicon.ico',

Expand All @@ -20,7 +20,7 @@ const config: Config = {

onBrokenLinks: 'log',
onBrokenMarkdownLinks: 'warn',
trailingSlash: 'false',
trailingSlash: false,

// Even if you don't use internationalization, you can use this field to set
// useful metadata like html lang. For example, if your site is Chinese, you
Expand Down

0 comments on commit 425a30d

Please sign in to comment.