flightsim-on-linux/src/theme.config.tsx
2023-06-23 16:43:45 +01:00

13 lines
320 B
TypeScript

export default {
project: {
link: 'https://github.com/smyalygames/flightsim-on-linux',
},
docsRepositoryBase: 'https://github.com/smyalygames/flightsim-on-linux/blob/main',
logo: <span>Flight Sim on Linux</span>,
useNextSeoProps() {
return {
titleTemplate: '%s - Flight Sim on Linux'
}
}
}