From 39ce6b7e2e07f21b69162d73ed5431905fc82bcb Mon Sep 17 00:00:00 2001 From: tangly1024 Date: Mon, 26 Dec 2022 21:44:53 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=BB=E9=A2=98=20=E5=88=87=E6=8D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- themes/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/index.js b/themes/index.js index 7f45be48..386a45dc 100644 --- a/themes/index.js +++ b/themes/index.js @@ -9,5 +9,5 @@ import * as nobelium from './nobelium' import * as matery from './matery' import * as example from './example' -export const ALL_THEME = ['hexo', 'next', 'medium', 'fukasawa', 'nobelium', 'matery', 'example'] +export const ALL_THEME = ['hexo', 'matery', 'next', 'medium', 'fukasawa', 'nobelium', 'example'] export { hexo, next, medium, fukasawa, nobelium, matery, example }