docs(config): update site description and navigation label to "Solutions" for LeetCode docs

This commit is contained in:
Prad Nukala
2026-08-20 13:47:47 -04:00
parent 32abe42dc1
commit 7c05d998bc
+3 -3
View File
@@ -2,7 +2,7 @@ import { defineConfig } from "blume";
export default defineConfig({ export default defineConfig({
title: "Leetcode", title: "Leetcode",
description: "Documentation powered by Blume.", description: "Documentation for LeetCode solutions",
deployment: { deployment: {
site: "https://prdlk.github.io", site: "https://prdlk.github.io",
base: "/leetcode", base: "/leetcode",
@@ -10,8 +10,8 @@ export default defineConfig({
navigation: { navigation: {
tabs: [ tabs: [
{ {
label: "Guides", label: "Solutions",
path: "/guides", path: "/solutions",
}, },
], ],
}, },