瀏覽代碼

config: change theme to default and increase post width to max-w-6xl

Adam Jafarov 8 小時之前
父節點
當前提交
0f9646b705
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      backend/config.json

+ 2 - 2
backend/config.json

@@ -1,4 +1,4 @@
 {
-  "activeTheme": "dark",
-  "postWidth": "max-w-5xl"
+  "activeTheme": "default",
+  "postWidth": "max-w-6xl"
 }