mirror of
https://github.com/smyalygames/flightsim-on-linux.git
synced 2026-01-13 23:29:43 +01:00
feat(theme): add flight sim on linux to title
This commit is contained in:
@@ -1,7 +1,12 @@
|
||||
export default {
|
||||
logo: <span>Flight Sim on Linux</span>,
|
||||
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'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user