mirror of
https://github.com/smyalygames/flightsim-on-linux.git
synced 2025-07-13 00:21:01 +02:00
feat(theme): add flight sim on linux to title
This commit is contained in:
parent
9d6de3bb04
commit
4b2540b7ce
@ -1,7 +1,12 @@
|
|||||||
export default {
|
export default {
|
||||||
logo: <span>Flight Sim on Linux</span>,
|
|
||||||
project: {
|
project: {
|
||||||
link: 'https://github.com/smyalygames/flightsim-on-linux',
|
link: 'https://github.com/smyalygames/flightsim-on-linux',
|
||||||
},
|
},
|
||||||
docsRepositoryBase: 'https://github.com/smyalygames/flightsim-on-linux/blob/main',
|
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'
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user