From 4b2540b7ce0433652570c0d7cbc832ac52bed81b Mon Sep 17 00:00:00 2001 From: Anthony Berg Date: Fri, 23 Jun 2023 16:43:45 +0100 Subject: [PATCH] feat(theme): add flight sim on linux to title --- src/theme.config.tsx | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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' + } + } }