mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-21 21:16:59 +02:00
chore: nits && lint
This commit is contained in:
parent
9dc4cc2ff4
commit
ef17da741a
4 changed files with 7 additions and 5 deletions
|
@ -95,7 +95,7 @@ module.exports = async function start(siteDir, cliOptions = {}) {
|
|||
// enable HTTP range requests
|
||||
app.use(range);
|
||||
|
||||
// rewrite request to `/` since this is a SPA
|
||||
// rewrite request to `/` since dev is only a SPA
|
||||
app.use(
|
||||
convert(
|
||||
history({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue