mirror of
https://github.com/facebook/docusaurus.git
synced 2025-12-26 01:33:02 +00:00
* Prettify all JavaScript files * Make trailingComma all * Delete v2/.prettierignore * Remove v2 Prettier commands in package.json
9 lines
163 B
JavaScript
9 lines
163 B
JavaScript
module.exports = {
|
|
title: 'Hello',
|
|
tagline: 'Hello World',
|
|
organizationName: 'endiliey',
|
|
projectName: 'hello',
|
|
baseUrl: '/',
|
|
defaultLanguage: 'en',
|
|
};
|