diff --git a/pages-eleventy/app.11ty.js b/pages-eleventy/app.11ty.js index 2a6b201..3aa07eb 100644 --- a/pages-eleventy/app.11ty.js +++ b/pages-eleventy/app.11ty.js @@ -20,7 +20,7 @@ export const makeDescription = function ( app ) { return `Latest reported support status of ${ app.name } on Apple Silicon and Apple M1 Processors when installed via Homebrew. ` } -class AppTemplate { +export class AppTemplate { // or `async data() {` // or `get data() {` data () {