diff --git a/pages-eleventy/story.11ty.js b/pages-eleventy/story.11ty.js index d33ea9d..823a35c 100644 --- a/pages-eleventy/story.11ty.js +++ b/pages-eleventy/story.11ty.js @@ -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 ) {