diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 98aa0b9c0..9ea802f2a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -154,6 +154,7 @@ jobs: run: pnpm build:test env: VALIDATE_HTML: true + NODE_OPTIONS: --max-old-space-size=6144 - name: 🖥️ Test project (browser) run: pnpm test:browser:prebuilt @@ -182,6 +183,8 @@ jobs: - name: 🏗️ Build project run: pnpm build:test + env: + NODE_OPTIONS: --max-old-space-size=6144 - name: ♿ Accessibility audit (Lighthouse - ${{ matrix.mode }} mode) run: pnpm test:a11y:prebuilt diff --git a/app/app.vue b/app/app.vue index af500571e..28d672b85 100644 --- a/app/app.vue +++ b/app/app.vue @@ -118,6 +118,10 @@ if (import.meta.client) { useEventListener(document, 'click', handleModalLightDismiss) } } + +// title and description will be inferred +// this will be overridden by upstream pages that use different templates +defineOgImage('Page.takumi')