mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-30 17:37:09 +02:00
* feat(v2): generate sitemap * cannot snapshot sitemap because xml generated in different order
8 lines
196 B
JavaScript
8 lines
196 B
JavaScript
module.exports = {
|
|
title: 'Sakura',
|
|
tagline: 'This is not an ordinary site',
|
|
organizationName: 'endiliey',
|
|
projectName: 'sakura',
|
|
baseUrl: '/sakura/',
|
|
url: 'https://docusaurus.io',
|
|
};
|