mirror of
https://github.com/facebook/docusaurus.git
synced 2025-07-29 14:38:50 +02:00
docs: update Netlify url config option in deployment instructions (#6019)
Netlify now provides `*.netlify.app` subdomains instead of `*.netlify.com` for project sites. Redirects still work, so the current config option isn't wrong but it's a good idea to keep the docs up to date.
This commit is contained in:
parent
43f13474bc
commit
78537aab2a
1 changed files with 1 additions and 1 deletions
|
@ -496,7 +496,7 @@ To deploy your Docusaurus 2 sites to [Netlify](https://www.netlify.com/), first
|
|||
|
||||
```js {2-3} title="docusaurus.config.js"
|
||||
module.exports = {
|
||||
url: 'https://docusaurus-2.netlify.com', // Url to your site with no trailing slash
|
||||
url: 'https://docusaurus-2.netlify.app', // Url to your site with no trailing slash
|
||||
baseUrl: '/', // Base directory of your site relative to your repo
|
||||
// ...
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue