mirror of
https://github.com/WuKongIM/WuKongIMDocs
synced 2025-06-05 00:28:01 +00:00
10 lines
193 B
TypeScript
10 lines
193 B
TypeScript
import { defineConfig } from 'dumi';
|
|
|
|
export default defineConfig({
|
|
themeConfig: {
|
|
logo: '/logo.png',
|
|
name: '悟空IM',
|
|
footer: "Copyright © 2023 | Powered by 悟空IM"
|
|
},
|
|
});
|