Commit 1e207c7

HPCesia <me@hpcesia.com>
2025-02-07 09:25:15
perf: modify default config
1 parent fb76c74
Changed files (1)
src/config.ts
@@ -52,8 +52,6 @@ export const navbarConfig: NavbarConfig = {
         text: I18nKey.subscribe,
         href: '/rss.xml',
       },
-    ],
-    always: [
       {
         icon: 'material-symbols:casino',
         text: I18nKey.randomPost,
@@ -62,6 +60,8 @@ export const navbarConfig: NavbarConfig = {
           function: getRandomPost,
         },
       },
+    ],
+    always: [
       {
         icon: 'material-symbols:search-rounded',
         text: I18nKey.search,