From 775f47427ef5a80e5f84a502e46eb54ae66109ff Mon Sep 17 00:00:00 2001 From: taskylizard <75871323+taskylizard@users.noreply.github.com> Date: Sat, 27 Jan 2024 08:12:16 +0000 Subject: [PATCH] chore: format --- .vitepress/constants.ts | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.vitepress/constants.ts b/.vitepress/constants.ts index f6540d600..960c38dac 100644 --- a/.vitepress/constants.ts +++ b/.vitepress/constants.ts @@ -8,8 +8,9 @@ export const meta = { } export const commitRef = process.env.CF_PAGES - ? `${process.env.CF_PAGES_COMMIT_SHA.slice(0, 8)}` + ? `${process.env.CF_PAGES_COMMIT_SHA.slice(0, 8)}` : 'dev' export const feedback = `Made with ❤️`