配置 logo
This commit is contained in:
@@ -2,10 +2,19 @@ import { defineConfig } from 'vitepress'
|
||||
|
||||
// https://vitepress.dev/reference/site-config
|
||||
export default defineConfig({
|
||||
vite: {
|
||||
server: {
|
||||
port: 5678,
|
||||
},
|
||||
},
|
||||
title: "就这么弄",
|
||||
description: "简单步骤与实用技巧",
|
||||
themeConfig: {
|
||||
// https://vitepress.dev/reference/default-theme-config
|
||||
logo: {
|
||||
src: '/public/assets/logo.svg',
|
||||
},
|
||||
|
||||
nav: [
|
||||
{ text: 'Home', link: '/' },
|
||||
{ text: 'Examples', link: '/markdown-examples' }
|
||||
|
Reference in New Issue
Block a user