Skip to content

Commit

Permalink
Comment out gh-pages config
Browse files Browse the repository at this point in the history
  • Loading branch information
Tschakki committed Nov 19, 2024
1 parent 6bbea36 commit ca73e13
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 @@ -23,9 +23,9 @@ const config = {

// GitHub pages deployment config.
// If you aren't using GitHub pages, you don't need these.
organizationName: 'LiskHQ', // Usually your GitHub org/user name.
/* organizationName: 'LiskHQ', // Usually your GitHub org/user name.
projectName: 'lisk-documentation', // Usually your repo name.
trailingSlash: false,
trailingSlash: false, */

onBrokenLinks: 'throw',
onBrokenMarkdownLinks: 'throw',
Expand All @@ -35,7 +35,7 @@ const config = {
// may want to replace "en" with "zh-Hans".
i18n: {
defaultLocale: 'en',
locales: ['ind'],
locales: ['en', 'ind'],
localeConfigs: {
ind: {
label: 'Indonesian',
Expand Down

0 comments on commit ca73e13

Please sign in to comment.