Skip to content

Commit e775977

Browse files
committed
add better preview
1 parent 015f71d commit e775977

2 files changed

Lines changed: 11 additions & 3 deletions

File tree

docusaurus.config.js

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ const darkTheme = themes.dracula;
88
/** @type {import('@docusaurus/types').Config} */
99
const config = {
1010
title: "GameVault",
11-
tagline: "the self-hosted gaming platform for drm-free games",
11+
tagline: "Your Games. Your Server. Your Rules.",
1212
favicon: "img/logo.png",
1313
url: "https://gamevau.lt/",
1414
baseUrl: "/",
@@ -71,6 +71,14 @@ const config = {
7171
themeConfig:
7272
/** @type {import('@docusaurus/preset-classic').ThemeConfig} */
7373
({
74+
image: "img/features/library.png",
75+
metadata: [
76+
{
77+
name: "keywords",
78+
content: "gaming, self-hosted, drm-free, game library, gamevault, homelab",
79+
},
80+
{ name: "twitter:card", content: "summary_large_image" },
81+
],
7482
navbar: {
7583
logo: {
7684
alt: "GameVault",

src/pages/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ export default function Home() {
1212
const { siteConfig } = useDocusaurusContext();
1313
return (
1414
<Layout
15-
title={`${siteConfig.title}`}
16-
description="the self-hosted gaming platform for drm-free games"
15+
title="The Ultimate Self-Hosted Gaming Platform"
16+
description="Host your own DRM-free game library, track your stats, and share the experience with friends. It's like having your own personal Steam, but you're the one in control."
1717
>
1818
<noscript>
1919
<img

0 commit comments

Comments
 (0)