morethanmin / morethan-log

😎 A static blog using notion database
https://morethan-log.vercel.app
MIT License
1.89k stars 1.51k forks source link

다크모드 해제 설정 방법 #370

Closed dav1n9 closed 2 months ago

dav1n9 commented 2 months ago

Describe the bug

다크모드가 기본으로 설정되어 있는 것 같은데, 기본적으로 다크 모드를 비활성화 하려면 어떻게 해야하나요?

To reproduce

  1. Go to ...
  2. Click on ...
  3. Scroll down to ..
  4. See error

Browser

chrome

Validations

pg56714 commented 2 months ago

@dav1n9 go to site.config.js see

blog: {
    title: "morethan-log",
    description: "welcome to morethan-log!",
    scheme: "light", // 'light' | 'dark' | 'system'.     <----- here
  },

settings light