mirror of
https://github.com/smyalygames/flightsim-on-linux.git
synced 2025-05-19 06:34:12 +02:00
13 lines
320 B
TypeScript
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'
|
|
}
|
|
}
|
|
}
|