Explorar el Código

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

Adam Jafarov hace 9 horas
padre
commit
0f9646b705
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  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"
 }