From 1c6b45f4b4b198243ae1355ee0a820315fdba7d0 Mon Sep 17 00:00:00 2001 From: Alex Varchuk Date: Tue, 26 Jul 2022 15:16:09 +0300 Subject: [PATCH] chore: use latest tag for build command --- 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',