diff --git a/src/theme.config.tsx b/src/theme.config.tsx
index 0085d4d..b095d71 100644
--- a/src/theme.config.tsx
+++ b/src/theme.config.tsx
@@ -1,7 +1,12 @@
export default {
- logo: Flight Sim on Linux,
project: {
link: 'https://github.com/smyalygames/flightsim-on-linux',
},
docsRepositoryBase: 'https://github.com/smyalygames/flightsim-on-linux/blob/main',
+ logo: Flight Sim on Linux,
+ useNextSeoProps() {
+ return {
+ titleTemplate: '%s - Flight Sim on Linux'
+ }
+ }
}