From 4544d88365b5534f8c9ec091966b932bdfdc3db5 Mon Sep 17 00:00:00 2001 From: Georges Gomes Date: Fri, 1 Jul 2022 15:51:35 +0200 Subject: [PATCH] Better comment for option Co-authored-by: Divyansh Singh <40380293+brc-dd@users.noreply.github.com> --- src/node/config.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 }