Skip to content

Commit

Permalink
Update site description
Browse files Browse the repository at this point in the history
  • Loading branch information
kennytv committed Mar 18, 2024
1 parent c937aa4 commit 1097e4b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frontend/src/composables/useSeo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export function useSeo(
route: RouteLocationNormalizedLoaded,
image: string | null
): HeadObject {
description = description || "Plugin repository for the Paper, Waterfall and Folia platforms.";
description = description || "Plugin repository for Paper, Velocity, Waterfall and Folia.";
const config = useConfig();
const canonical = config.publicHost + (route.fullPath.endsWith("/") ? route.fullPath.substring(0, route.fullPath.length - 1) : route.fullPath);
image = image || "https://docs.papermc.io/img/paper.png";
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/public/site.webmanifest
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Hangar by PaperMC",
"description": "Plugin repository for the Paper, Waterfall and Folia platforms.",
"description": "Plugin repository for Paper, Velocity, Waterfall and Folia.",
"short_name": "Hangar",
"start_url": "/",
"icons": [
Expand Down

0 comments on commit 1097e4b

Please sign in to comment.