mirror of
https://github.com/facebook/docusaurus.git
synced 2025-06-04 20:02:54 +02:00
feat & refactor: webpack-serve-waitpage and lint
This commit is contained in:
parent
82be417197
commit
d9a86a54c1
9 changed files with 75 additions and 54 deletions
|
@ -1,6 +1,6 @@
|
|||
module.exports = {
|
||||
title: 'Hello World',
|
||||
description: 'Hello World',
|
||||
dest: 'blogi',
|
||||
base: 'blogi'
|
||||
};
|
||||
module.exports = {
|
||||
title: 'Hello World',
|
||||
description: 'Hello World',
|
||||
dest: 'blogi',
|
||||
base: 'blogi'
|
||||
};
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
module.exports = {
|
||||
title: 'Hello World',
|
||||
description: 'Hello World'
|
||||
};
|
||||
module.exports = {
|
||||
title: 'Hello World',
|
||||
description: 'Hello World'
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue