Skip to content

Commit

Permalink
docs: updating docs home page title and description
Browse files Browse the repository at this point in the history
  • Loading branch information
robiulhr committed Aug 6, 2023
1 parent 9f391ce commit 1cec6e1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/.vitepress/config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// .vitepress/config.js
export default {
title: "Tiny Express",
description: "An awesome docs template built by me",
description: "Fast, unopinionated, minimalist web framework for Node.js",
base: "/tiny-express/",
themeConfig: {
cleanUrls: true,
Expand Down
6 changes: 3 additions & 3 deletions docs/index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: home
title: VitePress
titleTemplate: Vite & Vue powered static site generator
title: Tiny Express
description: Fast, unopinionated, minimalist web framework for Node.js
hero:
name: "Tiny Express"
text: "Fast, unopinionated, minimalist web framework for Node.js"
Expand All @@ -16,4 +16,4 @@ features:
- icon: 📈
title: Performance.
details: Tiny Express provides a thin layer of fundamental web application features, without obscuring Node.js features that you know and love.
---
---

0 comments on commit 1cec6e1

Please sign in to comment.