Skip to content

Commit

Permalink
chore: allow theme customize
Browse files Browse the repository at this point in the history
Signed-off-by: ZTL-UwU <zhangtianli2006@163.com>
  • Loading branch information
ZTL-UwU committed Jun 18, 2024
1 parent d1bfdd4 commit cb18c81
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export default defineAppConfig({
ogImage: '/hero.png',
},
theme: {
customizable: false,
customizable: true,
color: 'zinc',
radius: 0.5,
},
Expand Down
2 changes: 1 addition & 1 deletion content/2.api/2.themes.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ icon: 'lucide:palette'
description: Add colors. Make it yours.
---

::Alert{to="http://localhost:3000/api/configuration#theme"}
::Alert{to="/api/configuration#theme"}
See how to customize the theme in **Configuration**.
::

0 comments on commit cb18c81

Please sign in to comment.