mirror of
https://github.com/facebook/docusaurus.git
synced 2025-06-03 03:12:35 +02:00
fix(cli): disable directory listing in serve (#6701)
This commit is contained in:
parent
a6f53aa9d2
commit
405d5d1a3e
1 changed files with 1 additions and 0 deletions
|
@ -67,6 +67,7 @@ export default async function serve(
|
|||
cleanUrls: true,
|
||||
public: dir,
|
||||
trailingSlash,
|
||||
directoryListing: false,
|
||||
});
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue