mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-08 14:47:12 +02:00
* feat: better log message on build * feat: rename any 'endiliey|munseo' to 'facebook|docusaurus' * test: remove unwanted console.log
7 lines
193 B
JavaScript
7 lines
193 B
JavaScript
module.exports = {
|
|
title: 'docusaurus',
|
|
tagline: '📝⚡️ Transform your document (문서) to a website',
|
|
organizationName: 'facebook',
|
|
projectName: 'docusaurus',
|
|
baseUrl: '/',
|
|
};
|