From 2dfe57850d7f9c853db36ee34b426ce534b783b5 Mon Sep 17 00:00:00 2001 From: kjxbyz Date: Mon, 30 Oct 2023 19:32:09 +0800 Subject: [PATCH] fix: update constants --- docs/constants/index.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/constants/index.ts b/docs/constants/index.ts index d2108241..1fce6b9c 100644 --- a/docs/constants/index.ts +++ b/docs/constants/index.ts @@ -1,2 +1,2 @@ -export const cacheLngKey: string = "__cyf_blog_lng__"; -export const cacheThemeKey: string = "__cyf_blog_theme__"; +export const cacheLngKey: string = "__faforever_website_lng__"; +export const cacheThemeKey: string = "__faforever_website_theme__";