mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
Update story page title format
This commit is contained in:
parent
492651ed18
commit
0f188701bc
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ import { makeLastUpdatedFriendly } from '../helpers/parse-date'
|
|||
dotenv.config()
|
||||
|
||||
export const makeTitle = function ( app ) {
|
||||
return `Does ${app.name} work on Apple Silicon? - ${ config.head.title }`
|
||||
return `${app.name} on Apple Silicon and Apple M1 - ${ config.head.title }`
|
||||
}
|
||||
|
||||
export const makeDescription = function ( app ) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue