mirror of
https://github.com/prdlk/leetcode.git
synced 2026-09-17 07:26:27 +00:00
docs(config): update site description and navigation label to "Solutions" for LeetCode docs
This commit is contained in:
+3
-3
@@ -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",
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user