Skip to content

Commit 48e061c

Browse files
committed
fix: seo
1 parent ab7b5c1 commit 48e061c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/pages/roadmap/RoadmapViewerPage.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ import piml from 'piml'; // Import piml
88

99
const RoadmapViewerPage = () => {
1010
useSeo({
11-
title: 'Apps Roadmap | Fezcodex',
11+
title: 'Fezzilla Issue Tracking | Fezcodex',
1212
description: 'Roadmap and status of all applications and tools.',
1313
keywords: ['Fezcodex', 'roadmap', 'apps', 'status', 'tools'],
14-
ogTitle: 'Apps Roadmap | Fezcodex',
14+
ogTitle: 'Fezzilla Issue Tracking | Fezcodex',
1515
ogDescription: 'Roadmap and status of all applications and tools.',
1616
ogImage: 'https://fezcode.github.io/logo512.png',
1717
twitterCard: 'summary_large_image',
18-
twitterTitle: 'Apps Roadmap | Fezcodex',
18+
twitterTitle: 'Fezzilla Issue Tracking | Fezcodex',
1919
twitterDescription: 'Roadmap and status of all applications and tools.',
2020
twitterImage: 'https://fezcode.github.io/logo512.png',
2121
});

0 commit comments

Comments
 (0)