From 2384c5afe9d218aa0b2e1205afad6ccbdca89f08 Mon Sep 17 00:00:00 2001 From: Alex Varchuk Date: Tue, 26 Jul 2022 16:33:55 +0300 Subject: [PATCH] chore: use latest tag for build command (#2098) --- cli/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/index.ts b/cli/index.ts index 801993ee..79235c10 100644 --- a/cli/index.ts +++ b/cli/index.ts @@ -368,7 +368,7 @@ async function getPageHTML( `, redocHead: ssr ? (cdn - ? '' + ? '' : ``) + css : '', title: title || spec.info.title || 'ReDoc documentation',