Переглянути джерело

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"
 }