Parcourir la source

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

Adam Jafarov il y a 9 heures
Parent
commit
b7c42676c6
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  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"
 }