diff --git a/app.config.ts b/app.config.ts index eb570c5c..eecb59f0 100644 --- a/app.config.ts +++ b/app.config.ts @@ -6,7 +6,7 @@ export default defineAppConfig({ ogImage: '/hero.png', }, theme: { - customizable: false, + customizable: true, color: 'zinc', radius: 0.5, }, diff --git a/content/2.api/2.themes.md b/content/2.api/2.themes.md index 9b0fc4c4..63b0e63c 100644 --- a/content/2.api/2.themes.md +++ b/content/2.api/2.themes.md @@ -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**. ::