mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-30 09:27:04 +02:00
Add better options validation error
This commit is contained in:
parent
1439bad84c
commit
c224efb8a1
3 changed files with 54 additions and 22 deletions
|
@ -25,6 +25,15 @@ module.exports = {
|
|||
'@docusaurus/plugin-client-redirects',
|
||||
{
|
||||
fromExtensions: ['html'],
|
||||
redirects: [
|
||||
{
|
||||
to: '/',
|
||||
from: [
|
||||
'///redirects-plugin/test1',
|
||||
'https://google.com/redirects-plugin/test2',
|
||||
],
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
[
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue