整理主题配置文件

This commit is contained in:
tangly1024.com
2023-07-06 12:24:25 +08:00
parent b27e62b293
commit 46b9ea1ba2
31 changed files with 99 additions and 96 deletions

View File

@@ -1,7 +1,7 @@
'use client'
import BLOG from '@/blog.config'
import CONFIG_EXAMPLE from './config_example'
import CONFIG from './config'
import CommonHead from '@/components/CommonHead'
import { useEffect } from 'react'
import { Header } from './components/Header'
@@ -244,7 +244,7 @@ const LayoutTagIndex = (props) => {
}
export {
CONFIG_EXAMPLE as THEME_CONFIG,
CONFIG as THEME_CONFIG,
LayoutIndex,
LayoutPostList,
LayoutSearch,