Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/.vitepress/config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ export default defineConfig({
title: 'Lychee PHP',
description: '轻量级、IDE 友好的 PHP Web 框架',
lang: 'zh-CN',
lastUpdated: true,

head: [
['link', {rel: 'icon', href: '/pure-logo.png', type: 'image/png'}],
Expand All @@ -12,6 +13,7 @@ export default defineConfig({

themeConfig: {
logo: '/pure-logo.png',
lastUpdatedText: '最后更新于',

nav: [
{text: '首页', link: '/'},
Expand Down
Loading