소스 검색

fix: update theme config and remove env variable

Adam 3 달 전
부모
커밋
545664301e
2개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 1
      backend/.env.production
  2. 1 1
      backend/themes.json

+ 0 - 1
backend/.env.production

@@ -13,7 +13,6 @@ FRONTEND_URL=https://goonblog.thevakhovske.eu.org
 # Database/Storage paths (relative to backend directory)
 POSTS_DIR=../public/posts
 THEMES_FILE=./themes.json
-SESSIONS_DIR=./sessions
 
 # Security Settings
 COOKIE_SECURE=true

+ 1 - 1
backend/themes.json

@@ -1,5 +1,5 @@
 {
-  "activeTheme": "default",
+  "activeTheme": "minimal",
   "customThemes": [],
   "builtInThemes": [
     {