소스 검색

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

Adam Jafarov 9 시간 전
부모
커밋
b7c42676c6
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"
 }