mirror of
https://github.com/smyalygames/flightsim-on-linux.git
synced 2025-07-13 16:01:00 +02:00
20 lines
433 B
TypeScript
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>
|
|
)
|
|
}
|
|
}
|