mirror of
https://github.com/facebook/docusaurus.git
synced 2025-08-03 16:59:06 +02:00
fix(v1): v1 deploy preview should be available (#3517)
* v1 deploy preview * Add /v1-migrated deployment
This commit is contained in:
parent
83db07e5b4
commit
e6704733e4
8 changed files with 89 additions and 6 deletions
|
@ -12,7 +12,7 @@ const siteConfig = {
|
|||
title: 'Docusaurus',
|
||||
tagline: 'Easy to Maintain Open Source Documentation Websites',
|
||||
url: 'https://docusaurus.io',
|
||||
baseUrl: '/',
|
||||
baseUrl: process.env.BASE_URL || '/',
|
||||
organizationName: 'facebook',
|
||||
projectName: 'docusaurus',
|
||||
cname: 'docusaurus.io',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue