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({
title: "Leetcode",
description: "Documentation powered by Blume.",
description: "Documentation for LeetCode solutions",
deployment: {
site: "https://prdlk.github.io",
base: "/leetcode",
@@ -10,8 +10,8 @@ export default defineConfig({
navigation: {
tabs: [
{
label: "Guides",
path: "/guides",
label: "Solutions",
path: "/solutions",
},
],
},