diff --git a/src/node/config.ts b/src/node/config.ts index 5a6c9328..897135b0 100644 --- a/src/node/config.ts +++ b/src/node/config.ts @@ -75,8 +75,7 @@ export interface UserConfig { /** * Always use "clean URLs" without the `.html`. * Also generate static files as `foo/index.html` insted of `foo.html`. - * Works with MPA config too. - * (default: false) + * @default false */ cleanUrls?: boolean }