Răsfoiți Sursa

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

Adam Jafarov 11 ore în urmă
părinte
comite
b7c42676c6
1 a modificat fișierele cu 2 adăugiri și 2 ștergeri
  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"
 }