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

20 lines
433 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'
}
},
footer: {
text: (
<span>
© Anthony Berg {new Date().getFullYear()}
</span>
)
}
}