Skip to content

Commit

Permalink
Make the description more precise
Browse files Browse the repository at this point in the history
  • Loading branch information
CharlesFus committed Aug 15, 2024
1 parent ba8d6f4 commit 62d0785
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { defineConfig } from "vitepress";
// https://vitepress.dev/reference/site-config
export default defineConfig({
title: "Endurance Hub",
description: "Home is where the heart is.",
description: "Developer's Gateway to the B-Side of the Endurance Ecosystem",
ignoreDeadLinks: "localhostLinks",
sitemap: {
hostname: "https://endurancehub.org",
Expand All @@ -20,7 +20,7 @@ export default defineConfig({
editLink: {
pattern:
"https://github.com/OpenFusionist/endurancehub.org/edit/main/docs/:path",
text: "Edit this page on GitHub",
text: "Count me in!",
},
lastUpdated: {
text: "Updated at",
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<div align="center">
<h1 align="center">Awesome Endurance</h1>
<p align="center">A curated list of awesome <a href="https://ace.fusionist.io/">Endurance</a> resources, libraries, tools and more.</p>
<p align="center">Developer's Gateway to the B-Side of the <a href="https://ace.fusionist.io/">Endurance</a> Ecosystem.</p>

</div>

Expand Down

0 comments on commit 62d0785

Please sign in to comment.