fix(init): change initial site URL to one that is safe for the future (#9133)

RFC 2606 reserves the `.example` domain for illustrative purposes.
This commit is contained in:
Tatsunori Uchino 2023-07-13 22:59:23 +09:00 committed by GitHub
parent 26ae4164d6
commit 16a366b5ec
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
24 changed files with 30 additions and 30 deletions

View file

@ -14,7 +14,7 @@ const config = {
favicon: 'img/favicon.ico',
// Set the production url of your site here
url: 'https://your-docusaurus-test-site.com',
url: 'https://your-docusaurus-site.example.com',
// Set the /<baseUrl>/ pathname under which your site is served
// For GitHub pages deployment, it is often '/<projectName>/'
baseUrl: '/',