Changeset View
Changeset View
Standalone View
Standalone View
web/chronik.e.cash/docusaurus.config.js
| Show All 20 Lines | const config = { | ||||
| url: 'https://chronik.e.cash', | url: 'https://chronik.e.cash', | ||||
| // Set the /<baseUrl>/ pathname under which your site is served | // Set the /<baseUrl>/ pathname under which your site is served | ||||
| // For GitHub pages deployment, it is often '/<projectName>/' | // For GitHub pages deployment, it is often '/<projectName>/' | ||||
| baseUrl: '/', | baseUrl: '/', | ||||
| organizationName: 'Bitcoin ABC', | organizationName: 'Bitcoin ABC', | ||||
| projectName: 'Bitcoin ABC', | projectName: 'Bitcoin ABC', | ||||
| onBrokenLinks: 'throw', | onBrokenLinks: 'warn', | ||||
| onBrokenMarkdownLinks: 'warn', | onBrokenMarkdownLinks: 'warn', | ||||
| i18n: { | i18n: { | ||||
| defaultLocale: 'en', | defaultLocale: 'en', | ||||
| locales: ['en'], | locales: ['en'], | ||||
| }, | }, | ||||
| plugins: [ | plugins: [ | ||||
| ▲ Show 20 Lines • Show All 99 Lines • Show Last 20 Lines | |||||